cabextract: 1.7 -> 1.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cabextract/versions
This commit is contained in:
parent
a054d74507
commit
13208cbf46
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cabextract-1.7";
|
||||
name = "cabextract-1.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.cabextract.org.uk/${name}.tar.gz";
|
||||
sha256 = "1g86wmb8lkjiv2jarfz979ngbgg7d3si8x5il4g801604v406wi9";
|
||||
sha256 = "1hf4zhjxfdgq9x172r5zfdnafma9q0zf7372syn8hcn7hcypkg0v";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in New Issue