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.
1 parent b15d47d commit 3bd5f3cCopy full SHA for 3bd5f3c
pkgs/by-name/sn/snipe-it/package.nix
@@ -9,16 +9,16 @@
9
10
php84.buildComposerProject2 (finalAttrs: {
11
pname = "snipe-it";
12
- version = "8.1.2";
+ version = "8.1.3";
13
14
src = fetchFromGitHub {
15
owner = "grokability";
16
repo = "snipe-it";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-tF7lTkmowJAEz2BGNWK2yHkPYafS9Rs5Z98snsbCNQU=";
+ hash = "sha256-SzL1api9hObdvhKRtBrzgvZNuJHAoeB2GCt2etCZ6Kw=";
19
};
20
21
- vendorHash = "sha256-wVRmvxcrsu5ZBPYrIx9p4+ddWTgBBaeLvyqFMPj3iIg=";
+ vendorHash = "sha256-KOzPzKN1HXFidjXWe8tNPwFJ8DmdrkCDKeChNhGcTDo=";
22
23
postInstall = ''
24
snipe_it_out="$out/share/php/snipe-it"
0 commit comments