about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-26 10:38:50 -0500
committerGitHub <noreply@github.com>2024-02-26 10:38:50 -0500
commit60c9dc873e8d47b6ddd023d2e0a449ff41e15c14 (patch)
treea0eb0508b47c0ea0dfeb28d1ce3b01e1a95478d2 /pkgs/applications/video
parentbe4cb18527faa461a446c41ba583715946c93452 (diff)
parent60c29e7948eeefeb977af7e3ab5b254ce87015ce (diff)
Merge pull request #290459 from r-ryantm/auto-update/shotcut
shotcut: 24.01.31 -> 24.02.19
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 dce78f3cdf906..ca3c0599a6264 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 = "24.01.31";
+  version = "24.02.19";
 
   src = fetchFromGitHub {
     owner = "mltframework";
     repo = "shotcut";
     rev = "v${version}";
-    hash = "sha256-3Itlv9Jc4xl9pB4WDUwc3f7iP7NHyZ6yr5NZuH8M2Jo=";
+    hash = "sha256-fjm2gqbuLKj6YyAZGgbfWUd+JOM9/Fhvpfz0E+TaqY0=";
   };
 
   nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];