Unverified Commit 53273395 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #335095 from r-ryantm/auto-update/ab-av1

ab-av1: 0.7.16 -> 0.7.17
parents b3c34cbe 97bff027
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ab-av1";
  version = "0.7.16";
  version = "0.7.17";

  src = fetchFromGitHub {
    owner = "alexheretic";
    repo = "ab-av1";
    rev = "v${version}";
    hash = "sha256-gZdlitOu0Tyur2xdPBYLZg/N2eL6oT6BasVzmx0lHE4=";
    hash = "sha256-QPelXqJT3zbVP+lNiczrCR+JD4icimSyCravlIwTAyw=";
  };

  cargoHash = "sha256-aws8miz+HWdfL33c+BmBo01ooXJMKB9Ekdji+Uh58AQ=";
  cargoHash = "sha256-7h1Hbtsk0pnoPXX5sFfzcZoH/sqcb0YTpmJp6yCzTG0=";

  nativeBuildInputs = [ installShellFiles ];