nzbget: 21.0 -> 21.1

This commit is contained in:
R. RyanTM 2021-08-15 13:19:09 +00:00
parent 000973d1a1
commit cbd00ed716

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "nzbget";
version = "21.0";
version = "21.1";
src = fetchurl {
url = "https://github.com/nzbget/nzbget/releases/download/v${version}/nzbget-${version}-src.tar.gz";
sha256 = "0lwd0pfrs4a5ms193hgz2qiyf7grrc925dw6y0nfc0gkp27db9b5";
sha256 = "sha256-To/BvrgNwq8tajajOjP0Te3d1EhgAsZE9MR5MEMHICU=";
};
nativeBuildInputs = [ pkg-config ];