summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorRobert Obryk <robryk@gmail.com>2023-01-29 16:11:22 +0100
committerRobert Obryk <robryk@gmail.com>2023-01-29 21:19:04 +0100
commit24460ed802eda26a7a6300053df17b75444fff6e (patch)
tree80d01a76074d240c678ac0267a7fd61a09a665d6 /pkgs/applications/video
parent40ef3bb63d4b6cf66aeb8468a0e8349cbc5aa5ca (diff)
cinelerra: unstable-2021-02-14 -> unstable-2023-01-29
The new version is the current tip of the repository. The project seems not to have releases or changelogs since 2015. This update causes cinelerra to (once again) actually build.
Diffstat (limited to 'pkgs/applications/video')
-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 0ce0623ec9d9..972a68e04f03 100644
--- a/pkgs/applications/video/cinelerra/default.nix
+++ b/pkgs/applications/video/cinelerra/default.nix
@@ -44,13 +44,13 @@
stdenv.mkDerivation {
pname = "cinelerra-cv";
- version = "unstable-2021-02-14";
+ version = "unstable-2023-01-29";
src = fetchFromGitHub {
owner = "cinelerra-cv-team";
repo = "cinelerra-cv";
- rev = "7d0e8ede557d0cdf3606e0a8d97166a22f88d89e";
- sha256 = "0n84y2wp47y89drc48cm1609gads5c6saw6c6bqcf5c5wcg1yfbj";
+ rev = "bb00ac6b70fcf3cf419348b56f9b264bc01c1a89";
+ sha256 = "11965kb3d7xcvlcf8p7jlzk9swk5i78x7wja4s3043wlzmqmwv0q";
};
preConfigure = ''