summary refs log tree commit diff
path: root/pkgs/applications/video/shotcut/default.nix
diff options
context:
space:
mode:
authorFrank Doepper <github@woffs.de>2018-04-26 21:41:30 +0200
committerFrank Doepper <github@woffs.de>2018-04-26 21:41:30 +0200
commit489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d (patch)
treeb4b5bb81472c05ef5d48edab3461d96aa3107bf9 /pkgs/applications/video/shotcut/default.nix
parent6c5d860c8b3e0995d01505da86559ebde731a9df (diff)
downloadnixpkgs-489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d.tar
nixpkgs-489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d.tar.gz
nixpkgs-489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d.tar.bz2
nixpkgs-489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d.tar.lz
nixpkgs-489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d.tar.xz
nixpkgs-489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d.tar.zst
nixpkgs-489b0a5f47a6bbf0397111ea0ba222b3b4cdeb6d.zip
shotcut: 17.11 -> 18.03.06
Diffstat (limited to 'pkgs/applications/video/shotcut/default.nix')
-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 6b1389c97ab..59c1463577e 100644
--- a/pkgs/applications/video/shotcut/default.nix
+++ b/pkgs/applications/video/shotcut/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   name = "shotcut-${version}";
-  version = "17.11";
+  version = "18.03.06";
 
   src = fetchFromGitHub {
     owner = "mltframework";
     repo = "shotcut";
     rev = "v${version}";
-    sha256 = "1bw2cjpzycddxi9b21haiaslv0ikia85wwgkfm2xl2m15w5j8510";
+    sha256 = "1b8hfym89i1nmrx80y16z06zsff5qba7gpga8jydnw1lmcscdash";
   };
 
   enableParallelBuilding = true;