about summary refs log tree commit diff
path: root/pkgs/applications/video/cinelerra
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2019-10-12 15:20:19 +0200
committerHerwig Hochleitner <herwig@bendlas.net>2019-10-12 15:47:19 +0200
commite5782ca77c8706c1c5ccdc22fb3ad593282cac6f (patch)
treed3295d4d4ac01fe2738e31adab9256b4697e2d36 /pkgs/applications/video/cinelerra
parent817d23d7e0a3e0b2917625c0d7c9f0ddd01c6fa3 (diff)
cinelerra: 2016-01-12 -> 2018-05-16
fixes SEGV on startup
Diffstat (limited to 'pkgs/applications/video/cinelerra')
-rw-r--r--pkgs/applications/video/cinelerra/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/cinelerra/default.nix b/pkgs/applications/video/cinelerra/default.nix
index d567622000ea0..42d3b387320db 100644
--- a/pkgs/applications/video/cinelerra/default.nix
+++ b/pkgs/applications/video/cinelerra/default.nix
@@ -7,13 +7,13 @@
 , fontconfig, intltool }:
 
 stdenv.mkDerivation {
-  name = "cinelerra-unstable-2016-01-12";
+  name = "cinelerra-unstable-2018-05-16";
 
   src = fetchFromGitHub {
     owner = "ratopi";
     repo = "CinelerraCV";
-    rev = "454be60e201c18c1fc3f1f253a6d2184fcfc94c4";
-    sha256 = "1n4kshqhgnr7aivsi8dgx48phyd2nzvv4szbc82mndklvs9jfb7r";
+    rev = "d9c0dbf4393717f0a42f4b91c3e1ed5b16f955dc";
+    sha256 = "0a8kfm1v96sv6jh4568crg6nkr6n3579i9xksfj8w199s6yxzsbk";
   };
 
   # touch config.rpath: work around bug in automake 1.10 ?