Unverified Commit 5647936f authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

sabnzbd: 4.5.0 -> 4.5.1 (#399847)

parents 323321a2 756265d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,14 +72,14 @@ let
  ];
in
stdenv.mkDerivation rec {
  version = "4.5.0";
  version = "4.5.1";
  pname = "sabnzbd";

  src = fetchFromGitHub {
    owner = "sabnzbd";
    repo = "sabnzbd";
    rev = version;
    hash = "sha256-X/ovfhP6QZOmYEfX2YchGWjkLBYZXNFuefXQyzKIW5s=";
    hash = "sha256-vundARltVyTX0rEdwQJnY8p1n9zBhFskJkyttWgEaZI=";
  };

  nativeBuildInputs = [ makeWrapper ];