lol

c2patool: 0.20.0 -> 0.20.3 (#436125)

authored by

Yohann Boniface and committed by
GitHub
44272c87 b6a9424a

+3 -3
+3 -3
pkgs/by-name/c2/c2patool/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage (finalAttrs: { 12 12 pname = "c2patool"; 13 - version = "0.20.0"; 13 + version = "0.20.3"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "contentauth"; 17 17 repo = "c2pa-rs"; 18 18 tag = "c2patool-v${finalAttrs.version}"; 19 - hash = "sha256-GYqH1Gc3oGFvQDZ8vKuFOGUWvIRlDzoPKDK1rTU9H3Y="; 19 + hash = "sha256-ubJyplfvQ8OOdPwhnphZl51nbAgFcZz9fMTyQCPu5cw="; 20 20 }; 21 21 22 - cargoHash = "sha256-anpm5touXTQviCAr3kJ1Wm7pAt5yGsJKMwHFYTnNPzI="; 22 + cargoHash = "sha256-xp9CfHtC4g2o5QJSU/IcNVi8CXifdB9npOYbFujLht4="; 23 23 24 24 # use the non-vendored openssl 25 25 env.OPENSSL_NO_VENDOR = 1;