Merge pull request #284618 from r-ryantm/auto-update/shotcut

shotcut: 24.01.13 -> 24.01.31
This commit is contained in:
Weijia Wang 2024-02-05 14:37:15 +01:00 committed by GitHub
commit 8042896461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
}:
stdenv.mkDerivation rec {
pname = "shotcut";
version = "24.01.13";
version = "24.01.31";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${version}";
hash = "sha256-a/PgwxD8MXItkxT4LTdEJrrExD3r9CUkxr/uhgJicD8=";
hash = "sha256-3Itlv9Jc4xl9pB4WDUwc3f7iP7NHyZ6yr5NZuH8M2Jo=";
};
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];