Skip to content

Commit

Permalink
snipe-it: 7.0.6 -> 7.0.7
Browse files Browse the repository at this point in the history
(cherry picked from commit f4c81f9)
  • Loading branch information
r-ryantm authored and yayayayaka committed Sep 23, 2024
1 parent 48d685b commit 80e9e2b
Showing 1 changed file with 3 additions and 3 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.buildComposerProject (finalAttrs: {
pname = "snipe-it";
version = "7.0.6";
version = "7.0.7";

src = fetchFromGitHub {
owner = "snipe";
repo = "snipe-it";
rev = "v${finalAttrs.version}";
hash = "sha256-WsjUXHbl3HTOrXSeNJrykHv9x5Kbch5GH4yOFKYf+jU=";
hash = "sha256-cka3ZczRYXmzeokiUg2WarArvW507AVsCIadPlVUYWo=";
};

vendorHash = "sha256-qAypUevd4qGt5WFYfuVx00nRKdk2qf9a0T6l/la8mpA=";
vendorHash = "sha256-nwzPmelTvInx055lyuhiTioWyF0JSCjNa2Ky8yQXwtc=";

postInstall = ''
snipe_it_out="$out/share/php/snipe-it"
Expand Down

0 comments on commit 80e9e2b

Please sign in to comment.