Skip to content

Commit

Permalink
p7zip: 17.05 -> 17.06 (#372044)
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c authored Jan 8, 2025
2 parents 0c943f4 + e9eac46 commit 53ae2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/archivers/p7zip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

stdenv.mkDerivation (finalAttrs: {
pname = "p7zip";
version = "17.05";
version = "17.06";

src = fetchFromGitHub {
owner = "p7zip-project";
repo = "p7zip";
rev = "v${finalAttrs.version}";
sha256 =
{
free = "sha256-5r7M9BVcAryZNTkqJ/BfHnSSWov1PwoZhUnLBwEbJoA=";
unfree = "sha256-z3qXgv/TkNRbb85Ew1OcJNxoyssfzHShc0b0/4NZOb0=";
free = "sha256-NHlacZFal4xMYyFMshibeAw86cS1RXXyXweXKFHQAT8=";
unfree = "sha256-kSJHgnuUxO9DJwSOE1hffp9PfU39V+VE87I3CpeRGiY=";
}
.${if enableUnfree then "unfree" else "free"};
# remove the unRAR related code from the src drv
Expand Down

0 comments on commit 53ae2f0

Please sign in to comment.