about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-19 11:57:25 -0500
committerGitHub <noreply@github.com>2023-12-19 11:57:25 -0500
commitd1d9dd43f4b26db17a9fe83d1c238b3b37ef7d79 (patch)
treeddc97c7a5f7bd843a9f8aa47b6e721328821b85c /pkgs/applications/video
parent5390c7ab4a34c1e490d2841b34708573f53d64ff (diff)
parent34ced5157c2206daddfccb2d8662da0600214ca6 (diff)
Merge pull request #275040 from uku3lig/shotcut-23.12.15
shotcut: 23.11.29 -> 23.12.15
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/shotcut/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix
index 42f2815677499..cb1a227dd060d 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -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 ];