We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 756e7cd commit 2ec1b90Copy full SHA for 2ec1b90
pkgs/tools/archivers/cabextract/default.nix
@@ -1,11 +1,11 @@
1
{ stdenv, fetchurl }:
2
3
stdenv.mkDerivation rec {
4
- name = "cabextract-1.9";
+ name = "cabextract-1.9.1";
5
6
src = fetchurl {
7
url = "https://www.cabextract.org.uk/${name}.tar.gz";
8
- sha256 = "1hf4zhjxfdgq9x172r5zfdnafma9q0zf7372syn8hcn7hcypkg0v";
+ sha256 = "19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg";
9
};
10
11
meta = with stdenv.lib; {
0 commit comments