Skip to content

Commit

Permalink
hred: 1.5.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tejing1 committed Sep 27, 2024
1 parent 4f306bc commit ae02ed5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packagesFunc/hred.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildNpmPackage rec {
pname = "hred";
version = "1.5.0";
version = "1.5.1";

src = fetchFromGitHub {
owner = "danburzo";
repo = "hred";
rev = "v${version}";
hash = "sha256-rnobJG9Z1lXEeFm+c0f9OsbiTzxeP3+zut5LYpGzWfc=";
hash = "sha256-+0+WQRI8rdIMbPN0eBUdsWUMWDCxZhTRLiFo1WRd2xc=";
};

npmDepsHash = "sha256-POxlGWK0TJMwNWDpiK5+OXLGtAx4lFJO3imoe/h+7Sc=";
npmDepsHash = "sha256-kNNvSxZqN6cDZIG+lvqxgjAVCJUJrCvZThxrur5kozU=";

dontNpmBuild = true;

Expand Down

0 comments on commit ae02ed5

Please sign in to comment.