Skip to content

Commit

Permalink
ab-av1: 0.9.0 -> 0.9.1 (#372158)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 8, 2025
2 parents 6c82af4 + bb033e0 commit caf6ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ab/ab-av1/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "ab-av1";
version = "0.9.0";
version = "0.9.1";

src = fetchFromGitHub {
owner = "alexheretic";
repo = "ab-av1";
rev = "v${version}";
hash = "sha256-xKZVvwRSCd4AxJnfEnRYuyB0yhxkg19a2tI0x2rcvWs=";
hash = "sha256-I9XApll0/mvfhL/BLWoVwL0ffqa5r3dOBWYTHizJ0hc=";
};

cargoHash = "sha256-nK3ye3wJBBv4ei41e9V/bj5kg5ujjzi0EvLwKKfvfUU=";
cargoHash = "sha256-jTCAB4O+SePCaKivHwbfFJZKjlxZmzP4uLT5idKmiO4=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit caf6ef6

Please sign in to comment.