tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sabnzbd: 3.3.1 -> 3.4.0
R. RyanTM
4 years ago
3fd2e2b7
a1ac5195
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sabnzbd
default.nix
+2
-2
pkgs/servers/sabnzbd/default.nix
···
20
]);
21
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
22
in stdenv.mkDerivation rec {
23
-
version = "3.3.1";
24
pname = "sabnzbd";
25
26
src = fetchFromGitHub {
27
owner = pname;
28
repo = pname;
29
rev = version;
30
-
sha256 = "sha256-OcasqRu6nh9hKepMbXVgZ49MeJTlWK+qPSkiBPgmYYo=";
31
};
32
33
nativeBuildInputs = [ makeWrapper ];
···
20
]);
21
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
22
in stdenv.mkDerivation rec {
23
+
version = "3.4.0";
24
pname = "sabnzbd";
25
26
src = fetchFromGitHub {
27
owner = pname;
28
repo = pname;
29
rev = version;
30
+
sha256 = "sha256-zax+PuvCmYOlEhRmiCp7UOd9VI0i8dbgTPyTtqLuGUM=";
31
};
32
33
nativeBuildInputs = [ makeWrapper ];