Merge pull request #226563 from r-ryantm/auto-update/rav1e

rav1e: 0.6.3 -> 0.6.4
This commit is contained in:
Weijia Wang 2023-04-20 22:10:34 +03:00 committed by GitHub
commit 87f606e625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,14 +35,14 @@ let
in rustPlatform.buildRustPackage rec {
pname = "rav1e";
version = "0.6.3";
version = "0.6.4";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-XaxxakVwogJlqyZGL275jGSZDLoRLl8SAAg8V+X4cmQ=";
sha256 = "sha256-G7o82MAZmMOfs1wp3AVUgXxDW6Txuc0qTm5boRpXF6g=";
};
cargoHash = "sha256-66mVkoqMl+KNCXWsGUbu8nBrazgHP+5dTaT2Ye0btWY=";
cargoHash = "sha256-12bePpI8z35gzCHGKDpaGUVvosQqijP60NCgElHDsyw=";
depsBuildBuild = [ pkg-config ];