hred: 1.5.0 -> 1.5.1

This commit is contained in:
Jeff Huffman 2024-09-27 16:30:48 -04:00
parent 3913c72204
commit c433856475
No known key found for this signature in database
GPG Key ID: 7F1A93286A8960C7
2 changed files with 3 additions and 5 deletions

View File

@ -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;

View File

@ -2417,8 +2417,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 { };