Skip to content

Commit

Permalink
rav1e: 0.3.3 -> 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Sep 10, 2020
1 parent 3ea9497 commit ae0221e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/video/rav1e/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "rav1e";
version = "0.3.3";
version = "0.3.4";

src = fetchFromGitHub {
owner = "xiph";
repo = "rav1e";
rev = "v${version}";
sha256 = "0a9dryag4x35a2c45qiq1j5xk9ydcpw1g6kici85d2yrc2z3hwrx";
sha256 = "0zwjg0sv504i1ahzfy2jgng6qwmyvcrvdrp4n3s90r4kvwjkv8xs";
};

cargoSha256 = "1xaincrmpicp0skf9788w5631x1hxvifvq06hh5ribdz79zclzx3";
cargoSha256 = "1mfzshcbxky27nskxhcyrj99wd3v5f597ymgv7nb67lzp5lsyb24";

nativeBuildInputs = [ nasm cargo-c ];

Expand Down

0 comments on commit ae0221e

Please sign in to comment.