summary refs log tree commit diff
path: root/pkgs/applications/video/cinelerra
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/applications/video/cinelerra
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
downloadnixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.gz
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.bz2
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.lz
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.xz
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.zst
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.zip
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/applications/video/cinelerra')
-rw-r--r--pkgs/applications/video/cinelerra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/cinelerra/default.nix b/pkgs/applications/video/cinelerra/default.nix
index 94ec79e70d6..b250f9496d6 100644
--- a/pkgs/applications/video/cinelerra/default.nix
+++ b/pkgs/applications/video/cinelerra/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
   src = fetchgit {
     url = "git://git.cinelerra-cv.org/j6t/cinelerra.git";
     rev = "01dc4375a0fb65d10dd95151473d0e195239175f";
-    sha256 = "afb406a5637e4d0afad94e62ffd3af5b61e39f75aba9c08521523d00a0a5fec5";
+    sha256 = "0grz644vrnajhxn96x05a3rlwrbd20yq40sw3y5yg7bvi96900gf";
   };
 
   # touch config.rpath: work around bug in automake 1.10 ?