forked from mirrors/nixpkgs
Merge pull request #133873 from r-ryantm/auto-update/wimlib
wimlib: 1.13.2 -> 1.13.4
This commit is contained in:
commit
805859c2f8
|
@ -8,7 +8,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.13.2";
|
version = "1.13.4";
|
||||||
pname = "wimlib";
|
pname = "wimlib";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://wimlib.net/downloads/${pname}-${version}.tar.gz";
|
url = "https://wimlib.net/downloads/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0id9ym3hzij4kpdrk0sz3ijxp5r0z1md5jch83pml9hdy1zbx5bj";
|
sha256 = "sha256-S4fdCtnMGljO5XIa/ruYAR2rVJ5y8rVVM/MV8Isu3hI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
Loading…
Reference in a new issue