innoextract: 1.6 -> 1.7
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. These checks were done: - built on NixOS - /nix/store/xwz5h6cg32nl698gqa8xajimdl5dy3pw-innoextract-1.7/bin/innoextract passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.7 with grep in /nix/store/xwz5h6cg32nl698gqa8xajimdl5dy3pw-innoextract-1.7 - directory tree listing: https://gist.github.com/9339747cc50492bc9ca2c38a4971b3c6 - du listing: https://gist.github.com/d275e3e2902e51ec26277a19a8479ad9
This commit is contained in:
parent
3e3a9e661d
commit
6ccecc8538
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
, withGog ? false, unar ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "innoextract-1.6";
|
||||
name = "innoextract-1.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://constexpr.org/innoextract/files/${name}.tar.gz";
|
||||
sha256 = "0gh3q643l8qlwla030cmf3qdcdr85ixjygkb7j4dbm7zbwa3yik6";
|
||||
sha256 = "197hs9aj1ska6czrsq4caazsw9v0xbaa0lazbh380fmwy8rbgvy1";
|
||||
};
|
||||
|
||||
buildInputs = [ python lzma boost ];
|
||||
|
|
Loading…
Reference in a new issue