wimlib: 1.13.0 -> 1.13.1

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 2019-05-24 10:15:34 -07:00
parent 8abe5ee07e
commit 1cb1a1523f

View file

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