hred: 1.5.0 -> 1.5.1 (#344944)

This commit is contained in:
Nick Cao
2024-09-28 08:40:56 -04:00
committed by GitHub
2 changed files with 3 additions and 5 deletions
@@ -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;
-2
View File
@@ -2409,8 +2409,6 @@ with pkgs;
gut = callPackage ../applications/version-management/gut { };
hred = callPackage ../development/tools/hred { };
hub = callPackage ../applications/version-management/hub { };
hut = callPackage ../applications/version-management/hut { };