_3cpio: 0.10.2 -> 0.11.0

R. Ryantm 61e180fc 55663711

+3 -3
+3 -3
pkgs/by-name/_3/_3cpio/package.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "3cpio"; 12 - version = "0.10.2"; 13 14 src = fetchFromGitHub { 15 owner = "bdrung"; 16 repo = "3cpio"; 17 tag = version; 18 - hash = "sha256-UtXyJ4PDzi4BJ0nd9w/hygcJVfNd3H5WAIV+f23dtpk="; 19 }; 20 21 - cargoHash = "sha256-XGTa5Ui4yPHmuC4tTWGMTKN/erHSaiJVmxHglbt+udg="; 22 23 # Tests attempt to access arbitrary filepaths 24 doCheck = false;
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "3cpio"; 12 + version = "0.11.0"; 13 14 src = fetchFromGitHub { 15 owner = "bdrung"; 16 repo = "3cpio"; 17 tag = version; 18 + hash = "sha256-TZw9IixZxQ00uFZw6RtAY4zWV22zuuaP6dAB4vkXwaM="; 19 }; 20 21 + cargoHash = "sha256-2IT5zdgUvzeYt81iwYssR/xEp03Qz6+Ll5u02y+R3qo="; 22 23 # Tests attempt to access arbitrary filepaths 24 doCheck = false;