Unverified Commit 95e5f8d3 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

lcevcdec: 4.0.2 -> 4.0.3 (#457161)

parents 41dac312 6e08682e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lcevcdec";
  version = "4.0.2";
  version = "4.0.3";

  outputs = [
    "out"
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "v-novaltd";
    repo = "LCEVCdec";
    tag = finalAttrs.version;
    hash = "sha256-NbaU543M+xCF5OmMKwE6jK0F5USlpp/Jaw6g3qz+iN4=";
    hash = "sha256-UGOKl4fr+zOlzRm75BcL1+jIU5+A0d6GHXE1cOHsPP8=";
  };

  postPatch = ''