Merge pull request #179811 from yayayayaka/snipe-it-6.0.6

snipe-it: 6.0.5 -> 6.0.7
This commit is contained in:
Guillaume Girol 2022-07-15 16:15:27 +00:00 committed by GitHub
commit 85338c3f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ let
in package.override rec {
pname = "snipe-it";
version = "6.0.5";
version = "6.0.7";
src = fetchFromGitHub {
owner = "snipe";
repo = pname;
rev = "v${version}";
sha256 = "15dp8y0kdjg9x4iwa5ha5w4qbwwsdg5z8337rmkkla2yjmf4lrxb";
sha256 = "09jvkz7j2qb79mjnyrz75015xpgf8l483yha3ma14pzk4pibn620";
};
meta = with lib; {