Skip to content

Commit

Permalink
sabnzbd: 4.4.0 -> 4.4.1 (#367440)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 22, 2024
2 parents 2207ac3 + 7bb4a48 commit 19f2b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sa/sabnzbd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 19f2b56

Please sign in to comment.