Skip to content

Commit

Permalink
sabnzbd: 3.6.0 -> 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed Aug 23, 2022
1 parent 744963c commit fe568f4
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 @@ -24,14 +24,14 @@ let
]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.6.0";
version = "3.6.1";
pname = "sabnzbd";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-X5O3TxNjQ+8kOd3OakKV0+KncxQr+oQn0mXeBXDV/Xs=";
sha256 = "sha256-xaryCwIJ3705T7znnJKQOfC87ceh8D4e00JCY6e/CI0=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit fe568f4

Please sign in to comment.