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

wimlib: 1.14.3 -> 1.14.4
This commit is contained in:
Weijia Wang
2024-03-07 07:48:47 +01:00
committed by GitHub
+2 -2
View File
@@ -9,7 +9,7 @@
}:
stdenv.mkDerivation rec {
version = "1.14.3";
version = "1.14.4";
pname = "wimlib";
nativeBuildInputs = [ pkg-config makeWrapper ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://wimlib.net/downloads/${pname}-${version}.tar.gz";
hash = "sha256-ESjGx5FtLyLagDQfhNh9d8Yg3mUA+7I6dB+nm9CM0e8=";
hash = "sha256-NjPbK2yLJV64bTvz3zBZeWvR8I5QuMlyjH62ZmLlEwA=";
};
enableParallelBuilding = true;