Skip to content

Commit

Permalink
sabnzbd: 3.4.0 -> 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jojosch authored and bjornfor committed Dec 6, 2021
1 parent 9f45c18 commit daea8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sabnzbd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ let
]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.4.0";
version = "3.4.1";
pname = "sabnzbd";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-zax+PuvCmYOlEhRmiCp7UOd9VI0i8dbgTPyTtqLuGUM=";
sha256 = "sha256-X+NkaNjIeIPut+o5iE8glMM9rMgV/8RJN5xReiFeIW4=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit daea8e9

Please sign in to comment.