about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-04-08 17:23:22 +0200
committerArnout Engelen <arnout@bzzt.net>2020-04-08 17:23:22 +0200
commitf0d12bf4f76231bf32c602468e84900c7fc9aa74 (patch)
tree4e8ba40e316fa8592e65f844ef8b75a90a5577f9 /pkgs/applications/video
parentae6bdcc53584aaf20211ce1814bea97ece08a248 (diff)
downloadnixlib-f0d12bf4f76231bf32c602468e84900c7fc9aa74.tar
nixlib-f0d12bf4f76231bf32c602468e84900c7fc9aa74.tar.gz
nixlib-f0d12bf4f76231bf32c602468e84900c7fc9aa74.tar.bz2
nixlib-f0d12bf4f76231bf32c602468e84900c7fc9aa74.tar.lz
nixlib-f0d12bf4f76231bf32c602468e84900c7fc9aa74.tar.xz
nixlib-f0d12bf4f76231bf32c602468e84900c7fc9aa74.tar.zst
nixlib-f0d12bf4f76231bf32c602468e84900c7fc9aa74.zip
olive-editor 0.1.1 -> 0.1.2
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/olive-editor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/olive-editor/default.nix b/pkgs/applications/video/olive-editor/default.nix
index 1285422a2f92..55c6149e7d03 100644
--- a/pkgs/applications/video/olive-editor/default.nix
+++ b/pkgs/applications/video/olive-editor/default.nix
@@ -4,13 +4,13 @@
 
 mkDerivation rec {
   pname = "olive-editor";
-  version = "0.1.1";
+  version = "0.1.2";
 
   src = fetchFromGitHub {
     owner = "olive-editor";
     repo = "olive";
     rev = version;
-    sha256 = "15q4qwf5rc3adssywl72jrhkpqk55ihpd5h5wf07baw0s47vv5kq";
+    sha256 = "151g6jwhipgbq4llwib92sq23p1s9hm6avr7j4qq3bvykzrm8z1a";
   };
 
   nativeBuildInputs = [