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

wimlib: 1.13.5 -> 1.13.6

authored by Mario Rodas and committed by GitHub f7c3cd5b 7a6eb0d6

+2 -2
+2 -2
pkgs/tools/archivers/wimlib/default.nix
··· 8 }: 9 10 stdenv.mkDerivation rec { 11 - version = "1.13.5"; 12 pname = "wimlib"; 13 14 nativeBuildInputs = [ pkg-config makeWrapper ]; ··· 16 17 src = fetchurl { 18 url = "https://wimlib.net/downloads/${pname}-${version}.tar.gz"; 19 - sha256 = "sha256-MvzJ6bFEt8sdtMhuEEyngoPNwiXhP+grJzZgWGrv4yM="; 20 }; 21 22 preBuild = lib.optionalString (!stdenv.isDarwin) ''
··· 8 }: 9 10 stdenv.mkDerivation rec { 11 + version = "1.13.6"; 12 pname = "wimlib"; 13 14 nativeBuildInputs = [ pkg-config makeWrapper ]; ··· 16 17 src = fetchurl { 18 url = "https://wimlib.net/downloads/${pname}-${version}.tar.gz"; 19 + sha256 = "sha256-Cg+cHA06KnZkVTWusPYuA/xVkUymXzpNVZm7iwJg29k="; 20 }; 21 22 preBuild = lib.optionalString (!stdenv.isDarwin) ''