c2patool: 0.23.2 -> 0.23.4

This commit is contained in:
R. Ryantm
2025-10-06 06:43:07 +00:00
parent 0bcf98ab2f
commit 9c887ed5c0

View File

@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "c2patool"; pname = "c2patool";
version = "0.23.2"; version = "0.23.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "contentauth"; owner = "contentauth";
repo = "c2pa-rs"; repo = "c2pa-rs";
tag = "c2patool-v${finalAttrs.version}"; tag = "c2patool-v${finalAttrs.version}";
hash = "sha256-elEl0tSO7SEbyMuLhOxnkiejmalJgtEGzX2hWNBYISs="; hash = "sha256-6y7IKuYnwSSrfe44U+fNU8Q9YdHOq2Btvie6ZqTIBRw=";
}; };
cargoHash = "sha256-dt+6bJ1ax/hR8ZAx/HvkePh5Y3/Cl/O8BCuwEW2aJTk="; cargoHash = "sha256-JnbvX/EkvatP/xlY+cTtRjVV+Rz2jjFIsqIvOFXqB5Q=";
# use the non-vendored openssl # use the non-vendored openssl
env.OPENSSL_NO_VENDOR = 1; env.OPENSSL_NO_VENDOR = 1;