Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libarchive: 3.7.3 -> 3.7.4

Changes: https://github.com/libarchive/libarchive/releases/tag/v3.7.4

+2 -2
+2 -2
pkgs/development/libraries/libarchive/default.nix
··· 28 assert xarSupport -> libxml2 != null; 29 stdenv.mkDerivation (finalAttrs: { 30 pname = "libarchive"; 31 - version = "3.7.3"; 32 33 src = fetchFromGitHub { 34 owner = "libarchive"; 35 repo = "libarchive"; 36 rev = "v${finalAttrs.version}"; 37 - hash = "sha256-bfuEhw8l/flGyHNRguVcygyTYCLdnv5PAo7QGb2LybQ="; 38 }; 39 40 outputs = [ "out" "lib" "dev" ];
··· 28 assert xarSupport -> libxml2 != null; 29 stdenv.mkDerivation (finalAttrs: { 30 pname = "libarchive"; 31 + version = "3.7.4"; 32 33 src = fetchFromGitHub { 34 owner = "libarchive"; 35 repo = "libarchive"; 36 rev = "v${finalAttrs.version}"; 37 + hash = "sha256-czNKXHoEn1x4deNErnqp/NZfCglF1CxNoLtZ8tcl394="; 38 }; 39 40 outputs = [ "out" "lib" "dev" ];