Merge pull request #42008 from r-ryantm/auto-update/innoextract
innoextract: 1.6 -> 1.7
This commit is contained in:
commit
a0dd120ff9
|
@ -3,11 +3,11 @@
|
||||||
, withGog ? false, unar ? null }:
|
, withGog ? false, unar ? null }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "innoextract-1.6";
|
name = "innoextract-1.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://constexpr.org/innoextract/files/${name}.tar.gz";
|
url = "http://constexpr.org/innoextract/files/${name}.tar.gz";
|
||||||
sha256 = "0gh3q643l8qlwla030cmf3qdcdr85ixjygkb7j4dbm7zbwa3yik6";
|
sha256 = "197hs9aj1ska6czrsq4caazsw9v0xbaa0lazbh380fmwy8rbgvy1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python lzma boost ];
|
buildInputs = [ python lzma boost ];
|
||||||
|
|
Loading…
Reference in New Issue