Skip to content

Commit 2ec1b90

Browse files
committedMar 5, 2019
cabextract: 1.9 -> 1.9.1
1 parent 756e7cd commit 2ec1b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/archivers/cabextract/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl }:
22

33
stdenv.mkDerivation rec {
4-
name = "cabextract-1.9";
4+
name = "cabextract-1.9.1";
55

66
src = fetchurl {
77
url = "https://www.cabextract.org.uk/${name}.tar.gz";
8-
sha256 = "1hf4zhjxfdgq9x172r5zfdnafma9q0zf7372syn8hcn7hcypkg0v";
8+
sha256 = "19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg";
99
};
1010

1111
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.