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

shotcut: 23.12.15 -> 24.01.13
This commit is contained in:
OTABI Tomoya 2024-01-24 18:14:52 +09:00 committed by GitHub
commit d5c4193663
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 = "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 ];