snipe-it: 7.1.16 -> 8.0.4

This commit is contained in:
kevin
2025-03-14 14:21:59 +01:00
committed by Yaya
parent 3a69c6c100
commit 1820ea4a5b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8,16 +8,16 @@
php.buildComposerProject2 (finalAttrs: {
pname = "snipe-it";
version = "7.1.16";
version = "8.0.4";
src = fetchFromGitHub {
owner = "snipe";
repo = "snipe-it";
rev = "v${finalAttrs.version}";
hash = "sha256-TGa/zI1hpF17EdyohGo4Lu+yAiF2gp6ZQACk7Tqq880=";
hash = "sha256-iS9PfWZlwWfxMkCJS7Lbp2+XxoGJz2yedn4nsu34YhU=";
};
vendorHash = "sha256-jINYWbQ2jdYbG9YdP2elqm9Zk5X8/ksUZqLHkH/l6Gw=";
vendorHash = "sha256-6lNNwktcWU5FlzSPl1G4TW8OGMzLbWeVebNOvuYx9ls=";
postInstall = ''
snipe_it_out="$out/share/php/snipe-it"
+1 -1
View File
@@ -11730,7 +11730,7 @@ with pkgs;
sickgear = callPackage ../servers/sickbeard/sickgear.nix { };
snipe-it = callPackage ../by-name/sn/snipe-it/package.nix {
php = php81;
php = php84;
};
spacecookie =