tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lrzip: 0.650 -> 0.651
R. Ryantm
3 years ago
826f849a
8ca35ce3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
compression
lrzip
default.nix
+2
-2
pkgs/tools/compression/lrzip/default.nix
···
5
5
in
6
6
stdenv.mkDerivation rec {
7
7
pname = "lrzip";
8
8
-
version = "0.650";
8
8
+
version = "0.651";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "ckolivas";
12
12
repo = pname;
13
13
rev = "v${version}";
14
14
-
sha256 = "sha256-rHjaTgNVGfnGio4geuWRfPds5BqcXJu7p8XJh83rRTs=";
14
14
+
sha256 = "sha256-Mb324ojtLV0S10KhL7Vjf3DhSOtCy1pFMTzvLkTnpXM=";
15
15
};
16
16
17
17
postPatch = lib.optionalString stdenv.isDarwin ''