ab-av1: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2025-05-23 05:38:49 +00:00
parent fe51d34885
commit cd1dd46072

View file

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "ab-av1";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "alexheretic";
repo = "ab-av1";
rev = "v${version}";
hash = "sha256-FqyY4HUOrpSsqR5XO96+IXnT7w8C1gGfia0YH1d/nkg=";
hash = "sha256-uW5BXUNzk94bqSWQSaCiuSO8Angwt0eo4ZmvGRr/4S8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-nadMsYt1RaZbqArSEiz/kAz/HuTS0E3bsn94D9UmAME=";
cargoHash = "sha256-oLmE+xkatgIDIu6mUJ49O9s6ULp0bvpWdBP8rEGb5yc=";
nativeBuildInputs = [ installShellFiles ];