Skip to content

Commit f2e835f

Browse files
authored
snipe-it: 8.3.6 -> 8.3.7 (#470385)
2 parents f5beda1 + ab0b678 commit f2e835f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sn/snipe-it/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ let
1212
in
1313
php.buildComposerProject2 (finalAttrs: {
1414
pname = "snipe-it";
15-
version = "8.3.6";
15+
version = "8.3.7";
1616

1717
src = fetchFromGitHub {
1818
owner = "grokability";
1919
repo = "snipe-it";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-hqJUhjL4k6fC5ed8pFOb3Ym0CmelfVZYWqmMuTjHN/U=";
21+
hash = "sha256-NqQqpgSrYimZximHdAZw1ul2wQloZvEiMpQ9R6Uko3k=";
2222
};
2323

24-
vendorHash = "sha256-6ryHXXWtih/eHSQk36NSf4UjZZfUH+zjnyZoLnLNqHU=";
24+
vendorHash = "sha256-0psoi/aX6ReJuiEoQMj0EmVNhDM76nlQYxsb4paPSdE=";
2525

2626
postInstall = ''
2727
snipe_it_out="$out/share/php/snipe-it"

0 commit comments

Comments
 (0)