Skip to content

Commit c4d4de8

Browse files
committed
1 parent eb910c9 commit c4d4de8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/compression/gzip/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "gzip";
14-
version = "1.11";
14+
version = "1.12";
1515

1616
src = fetchurl {
1717
url = "mirror://gnu/gzip/${pname}-${version}.tar.xz";
18-
sha256 = "01vrly90rvc98af6rcmrb3gwv1l6pylasvsdka23dffwizb9b6lv";
18+
sha256 = "sha256-zl4D5Rn2N+H4FAEazjXE+HszwLur7sNbr1+9NHnpGVY=";
1919
};
2020

2121
outputs = [ "out" "man" "info" ];

0 commit comments

Comments
 (0)