Skip to content

Commit

Permalink
snipe-it: 7.1.16 -> 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Mar 11, 2025
1 parent de166a3 commit 8c96155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sn/snipe-it/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11741,7 +11741,7 @@ with pkgs;
sickgear = callPackage ../servers/sickbeard/sickgear.nix { };

snipe-it = callPackage ../by-name/sn/snipe-it/package.nix {
php = php81;
php = php84;
};

spacecookie =
Expand Down

0 comments on commit 8c96155

Please sign in to comment.