Merge pull request #50197 from r-ryantm/auto-update/cabextract

cabextract: 1.7 -> 1.9
This commit is contained in:
Jörg Thalheim 2018-11-10 22:11:36 +00:00 committed by GitHub
commit 811a081b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cabextract-1.7"; name = "cabextract-1.9";
src = fetchurl { src = fetchurl {
url = "https://www.cabextract.org.uk/${name}.tar.gz"; url = "https://www.cabextract.org.uk/${name}.tar.gz";
sha256 = "1g86wmb8lkjiv2jarfz979ngbgg7d3si8x5il4g801604v406wi9"; sha256 = "1hf4zhjxfdgq9x172r5zfdnafma9q0zf7372syn8hcn7hcypkg0v";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {