Commit ea736101 authored by R. RyanTM's avatar R. RyanTM
Browse files

shotcut: 24.08.29 -> 24.09.13

parent 3c8525a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "shotcut";
  version = "24.08.29";
  version = "24.09.13";

  src = fetchFromGitHub {
    owner = "mltframework";
    repo = "shotcut";
    rev = "v${finalAttrs.version}";
    hash = "sha256-iWXq9IdXfARe9h3Habe0rr0ohdxBARiwg5g7F53bhRg=";
    hash = "sha256-hYpb3ZCRXd07KQVZ3xpNeEJY5HFLNDsqpPJp3b9UXtE=";
  };

  nativeBuildInputs = [