Merge pull request #335517 from r-ryantm/auto-update/nzbhydra2

nzbhydra2: 7.4.0 -> 7.5.0
This commit is contained in:
Nick Cao 2024-08-18 09:18:11 -04:00 committed by GitHub
commit d47da5a117
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
pname = "nzbhydra2";
version = "7.4.0";
version = "7.5.0";
src = fetchzip {
url = "https://github.com/theotherp/${pname}/releases/download/v${version}/${pname}-${version}-generic.zip";
hash = "sha256-9ZGnY7ccByexQrBmJeuxEHN2OZeCGdJdSP0lvtKRHOE=";
hash = "sha256-jnClKsWSdRWCxNFO9RSnjdoDjOmtv9CrOL9KyaZ8PTc=";
stripRoot = false;
};