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

video-compare: 20260308 -> 20260502 (#515832)

parents 15dbabfc 85259194
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "video-compare";
  version = "20260308";
  version = "20260502";

  src = fetchFromGitHub {
    owner = "pixop";
    repo = "video-compare";
    tag = finalAttrs.version;
    hash = "sha256-O3udoPzusbP5/BbTES9zeuLm1ZVChGqtmWEiEuKZUfA=";
    hash = "sha256-o03WamkeP+6pViDtmDr5yzHzR0A+UvPT9o/bHuxmDbY=";
  };

  postPatch = ''