mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
innoextract: 1.8 -> 1.9
This commit is contained in:
parent
b52196dca5
commit
028853c3ef
@ -3,11 +3,11 @@
|
|||||||
, withGog ? false, unar ? null }:
|
, withGog ? false, unar ? null }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "innoextract-1.8";
|
name = "innoextract-1.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://constexpr.org/innoextract/files/${name}.tar.gz";
|
url = "https://constexpr.org/innoextract/files/${name}.tar.gz";
|
||||||
sha256 = "0saj50n8ds85shygy4mq1h6s99510r9wgjjdll4dmvhra4lzcy2y";
|
sha256 = "09l1z1nbl6ijqqwszdwch9mqr54qb7df0wp2sd77v17dq6gsci33";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python lzma boost ];
|
buildInputs = [ python lzma boost ];
|
||||||
|
Loading…
Reference in New Issue
Block a user