shotcut: 23.11.29 -> 23.12.15

This commit is contained in:
uku 2023-12-17 19:12:23 +01:00
parent 279b683040
commit 34ced5157c
No known key found for this signature in database
GPG Key ID: 7D01D7B105E77166

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 ];