mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
parent
f7d8f38793
commit
1b64841c62
@ -25,13 +25,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "7zz";
|
pname = "7zz";
|
||||||
version = "24.07";
|
version = "24.08";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://7-zip.org/a/7z${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}-src.tar.xz";
|
url = "https://7-zip.org/a/7z${lib.replaceStrings [ "." ] [ "" ] finalAttrs.version}-src.tar.xz";
|
||||||
hash = {
|
hash = {
|
||||||
free = "sha256-D41Sf437WYRQMdVW7hwcnZI0UG67IJsTTMfxlpkk36M=";
|
free = "sha256-2lv2Z4rrjmawD6aI8TmrACgo62StD720WQWOa0/u7KE=";
|
||||||
unfree = "sha256-iKCs893IFG0I6a2kpUe0qiuCX+YUxIgMIBRykc9XYjA=";
|
unfree = "sha256-f6hibHeTlF6RRnFiC7tOZ/A+IQdjhIrxYq6JrDVhnYI=";
|
||||||
}.${if enableUnfree then "unfree" else "free"};
|
}.${if enableUnfree then "unfree" else "free"};
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
# remove the unRAR related code from the src drv
|
# remove the unRAR related code from the src drv
|
||||||
|
Loading…
Reference in New Issue
Block a user