Merge pull request #275040 from uku3lig/shotcut-23.12.15

shotcut: 23.11.29 -> 23.12.15
This commit is contained in:
Nick Cao 2023-12-19 11:57:25 -05:00 committed by GitHub
commit d1d9dd43f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
}:
stdenv.mkDerivation rec {
pname = "shotcut";
version = "23.11.29";
version = "23.12.15";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${version}";
hash = "sha256-szWXX/DIJk5ktESgecglptU1qrnrd/u0N6AffwZ5Tos=";
hash = "sha256-wTFnf7YMFzFI+buAI2Cqy7+cfcdDS0O1vAwiIZZKWhU=";
};
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];