Merge pull request #51995 from r-ryantm/auto-update/wimlib

wimlib: 1.12.0 -> 1.13.0
This commit is contained in:
Jörg Thalheim 2018-12-16 18:11:43 +00:00 committed by GitHub
commit a374696d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 = ''