_3cpio: 0.8.0 -> 0.10.2

This commit is contained in:
R. Ryantm 2025-08-14 12:40:13 +00:00
parent aebb310757
commit 4d5489ddba

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "3cpio";
version = "0.8.0";
version = "0.10.2";
src = fetchFromGitHub {
owner = "bdrung";
repo = "3cpio";
tag = version;
hash = "sha256-1kdJSwe9v7ojdukj04/G/RDeEk0NVCXmiNoVaelqt4Y=";
hash = "sha256-UtXyJ4PDzi4BJ0nd9w/hygcJVfNd3H5WAIV+f23dtpk=";
};
cargoHash = "sha256-axPghG1T5NZYzGRZBwtdBJ5tQh+h8/vep/EmL5ADCjE=";
cargoHash = "sha256-XGTa5Ui4yPHmuC4tTWGMTKN/erHSaiJVmxHglbt+udg=";
# Tests attempt to access arbitrary filepaths
doCheck = false;