wimlib: 1.12.0 -> 1.13.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wimlib/versions
This commit is contained in:
R. RyanTM 2018-12-13 23:09:21 -08:00
parent e0950ae9ad
commit e6afc78965

View File

@ -8,7 +8,7 @@
}:
stdenv.mkDerivation rec {
version = "1.12.0";
version = "1.13.0";
name = "wimlib-${version}";
nativeBuildInputs = [ pkgconfig makeWrapper ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://wimlib.net/downloads/${name}.tar.gz";
sha256 = "852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f";
sha256 = "02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai";
};
preBuild = ''