Merge pull request #194666 from r-ryantm/auto-update/snipe-it

snipe-it: 6.0.10 -> 6.0.11
This commit is contained in:
Bobby Rong 2022-10-08 14:24:03 +08:00 committed by GitHub
commit 679df7922e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@ let
in package.override rec {
pname = "snipe-it";
version = "6.0.10";
version = "6.0.11";
src = fetchFromGitHub {
owner = "snipe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RLUcN2gk3uU2aOqs2poShSRfwQJ6CipxBRqJeO2RNzw=";
sha256 = "sha256-r9F3/Lyb7eTeywe1BTgYd3v9ENGzh6ab3WOMdd8aalc=";
};
meta = with lib; {