about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-28 01:31:32 +0200
committerGitHub <noreply@github.com>2024-06-28 01:31:32 +0200
commitcb7154e8101ac1da4a1ee93792925767a0fdd5da (patch)
treeb57bfc061afef186f0c77de34058f537968526c9
parent2436a7cda8bb3c8c2f9c4c185537c9488293536f (diff)
parent3bc7854ee81fa4c4257db37146e8350566fcbb02 (diff)
Merge pull request #317884 from r-ryantm/auto-update/shotcut
shotcut: 24.04.28 -> 24.06.02
-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 5427594b1e40b..710ca4395e084 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -21,13 +21,13 @@
 }:
 stdenv.mkDerivation (finalAttrs: {
   pname = "shotcut";
-  version = "24.04.28";
+  version = "24.06.02";
 
   src = fetchFromGitHub {
     owner = "mltframework";
     repo = "shotcut";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-iMg2XrTrLFZXXvnJ7lMdkxf/LTaL9bh9Nc2jsPOS0eo=";
+    hash = "sha256-zqP3xGaNx6z3DdEyKZTauXGTY16dZPL/2+gKtgdx4Y8=";
   };
 
   nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];