We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5beda1 + ab0b678 commit f2e835fCopy full SHA for f2e835f
pkgs/by-name/sn/snipe-it/package.nix
@@ -12,16 +12,16 @@ let
12
in
13
php.buildComposerProject2 (finalAttrs: {
14
pname = "snipe-it";
15
- version = "8.3.6";
+ version = "8.3.7";
16
17
src = fetchFromGitHub {
18
owner = "grokability";
19
repo = "snipe-it";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-hqJUhjL4k6fC5ed8pFOb3Ym0CmelfVZYWqmMuTjHN/U=";
+ hash = "sha256-NqQqpgSrYimZximHdAZw1ul2wQloZvEiMpQ9R6Uko3k=";
22
};
23
24
- vendorHash = "sha256-6ryHXXWtih/eHSQk36NSf4UjZZfUH+zjnyZoLnLNqHU=";
+ vendorHash = "sha256-0psoi/aX6ReJuiEoQMj0EmVNhDM76nlQYxsb4paPSdE=";
25
26
postInstall = ''
27
snipe_it_out="$out/share/php/snipe-it"
0 commit comments