c2patool: 0.17.0 -> 0.18.0 (#412849)

This commit is contained in:
jopejoe1
2025-06-11 16:09:43 +02:00
committed by GitHub

View File

@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "c2patool";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "contentauth";
repo = "c2pa-rs";
tag = "c2patool-v${finalAttrs.version}";
hash = "sha256-DuRoafg4BBxZFgYeS9IHsazHA5rHucnoBhVu9BkyTRc=";
hash = "sha256-Eo69KrIoL1NygLXT46hRVVgsqdBSTA06LtBStQI1BjE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-7NWBt7qUivSBmpw83TNCxiYZMGPcNfGrmIN5m+S+QeY=";
cargoHash = "sha256-m/Y6TbsXUV37uvTitLzwXXuU/5BkkMYewfw2DBbIHhw=";
# use the non-vendored openssl
env.OPENSSL_NO_VENDOR = 1;