3
0
Fork 0
forked from mirrors/nixpkgs

nzbget: 20.0 -> 21.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nzbget/versions
This commit is contained in:
R. RyanTM 2019-05-05 10:25:57 -07:00
parent c87f3820e5
commit 661d9e59cd

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "nzbget-${version}";
version = "20.0";
version = "21.0";
src = fetchurl {
url = "https://github.com/nzbget/nzbget/releases/download/v${version}/nzbget-${version}-src.tar.gz";
sha256 = "0vyhmjg3ipjlv41il6kklys3m6rhqifdkv25a7ak772l6ba3dp04";
sha256 = "0lwd0pfrs4a5ms193hgz2qiyf7grrc925dw6y0nfc0gkp27db9b5";
};
nativeBuildInputs = [ pkgconfig ];