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