sabnzbd: 4.4.0 -> 4.4.1 (#367440)

This commit is contained in:
Adam C. Stephens
2024-12-22 15:40:10 -05:00
committed by GitHub
+2 -2
View File
@@ -72,14 +72,14 @@ let
];
in
stdenv.mkDerivation rec {
version = "4.4.0";
version = "4.4.1";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-GzNQKPk/+2wbybp7HSAoBAv0cOuszKKCi+eBopLZeXk=";
hash = "sha256-7CR2hn+mXd6eKoFjrapZuB+Fpfi1UWzTQK5DnP2303k=";
};
nativeBuildInputs = [ makeWrapper ];