Commit 11afa0b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

shotcut: 23.12.15 -> 24.01.13

parent 947661df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation rec {
  pname = "shotcut";
  version = "23.12.15";
  version = "24.01.13";

  src = fetchFromGitHub {
    owner = "mltframework";
    repo = "shotcut";
    rev = "v${version}";
    hash = "sha256-wTFnf7YMFzFI+buAI2Cqy7+cfcdDS0O1vAwiIZZKWhU=";
    hash = "sha256-a/PgwxD8MXItkxT4LTdEJrrExD3r9CUkxr/uhgJicD8=";
  };

  nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];