Merge pull request #317370 from r-ryantm/auto-update/c2patool

c2patool: 0.9.2 -> 0.9.3
This commit is contained in:
Nick Cao 2024-06-05 15:10:10 -04:00 committed by GitHub
commit e708b6b433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "c2patool";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "contentauth";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bparxCvRBZr7ZPfV7FywMjAYE+yw4dNoz2dJIkDkVSY=";
sha256 = "sha256-SVHz6Zwl4WOgwCYXtGfNJBmlnJUAWfe+NAkgnG/QC8A=";
};
cargoHash = "sha256-k5b7KY5gGYnWkgl1TcU9N5d+13RNyE0LF2NEL1J8qvk=";
cargoHash = "sha256-+flZXxdN5mcmxMZeIV4J4wc+mYuGf5LuGAw4Kz/faak=";
# use the non-vendored openssl
OPENSSL_NO_VENDOR = 1;