Skip to content

Commit 53ae2f0

Browse files
authored
p7zip: 17.05 -> 17.06 (#372044)
2 parents 0c943f4 + e9eac46 commit 53ae2f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/archivers/p7zip/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "p7zip";
10-
version = "17.05";
10+
version = "17.06";
1111

1212
src = fetchFromGitHub {
1313
owner = "p7zip-project";
1414
repo = "p7zip";
1515
rev = "v${finalAttrs.version}";
1616
sha256 =
1717
{
18-
free = "sha256-5r7M9BVcAryZNTkqJ/BfHnSSWov1PwoZhUnLBwEbJoA=";
19-
unfree = "sha256-z3qXgv/TkNRbb85Ew1OcJNxoyssfzHShc0b0/4NZOb0=";
18+
free = "sha256-NHlacZFal4xMYyFMshibeAw86cS1RXXyXweXKFHQAT8=";
19+
unfree = "sha256-kSJHgnuUxO9DJwSOE1hffp9PfU39V+VE87I3CpeRGiY=";
2020
}
2121
.${if enableUnfree then "unfree" else "free"};
2222
# remove the unRAR related code from the src drv

0 commit comments

Comments
 (0)