Skip to content

Commit 6083c9e

Browse files
sabnzbd: 4.3.3 -> 4.4.0 (NixOS#364365)
2 parents 9fea9f4 + 853a77c commit 6083c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sa/sabnzbd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ let
7272
];
7373
in
7474
stdenv.mkDerivation rec {
75-
version = "4.3.3";
75+
version = "4.4.0";
7676
pname = "sabnzbd";
7777

7878
src = fetchFromGitHub {
7979
owner = pname;
8080
repo = pname;
8181
rev = version;
82-
hash = "sha256-WJ58OawPSICCWMWQ042T4OmK5UBRZRU5tnLYxGPbDPc=";
82+
hash = "sha256-GzNQKPk/+2wbybp7HSAoBAv0cOuszKKCi+eBopLZeXk=";
8383
};
8484

8585
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)