mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
innoextract: 1.7 -> 1.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/innoextract/versions
This commit is contained in:
parent
96ac71d680
commit
5c5dfc3727
@ -3,11 +3,11 @@
|
||||
, withGog ? false, unar ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "innoextract-1.7";
|
||||
name = "innoextract-1.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://constexpr.org/innoextract/files/${name}.tar.gz";
|
||||
sha256 = "197hs9aj1ska6czrsq4caazsw9v0xbaa0lazbh380fmwy8rbgvy1";
|
||||
sha256 = "0saj50n8ds85shygy4mq1h6s99510r9wgjjdll4dmvhra4lzcy2y";
|
||||
};
|
||||
|
||||
buildInputs = [ python lzma boost ];
|
||||
|
Loading…
Reference in New Issue
Block a user