about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-12-09 18:04:55 +0000
committernicoo <nicoo@mur.at>2023-12-09 19:31:52 +0000
commit89e75ee87a5bdf4f25669f2fdc697f56d5410b9b (patch)
tree2896a61ba6ca55e2b02fe81d4ec9d51e6c3c414b /pkgs/applications
parentcdc6ed5c2669bfd7d419091677f0cdb4cb6b097d (diff)
downloadnixlib-89e75ee87a5bdf4f25669f2fdc697f56d5410b9b.tar
nixlib-89e75ee87a5bdf4f25669f2fdc697f56d5410b9b.tar.gz
nixlib-89e75ee87a5bdf4f25669f2fdc697f56d5410b9b.tar.bz2
nixlib-89e75ee87a5bdf4f25669f2fdc697f56d5410b9b.tar.lz
nixlib-89e75ee87a5bdf4f25669f2fdc697f56d5410b9b.tar.xz
nixlib-89e75ee87a5bdf4f25669f2fdc697f56d5410b9b.tar.zst
nixlib-89e75ee87a5bdf4f25669f2fdc697f56d5410b9b.zip
mpvScripts.cutter: unstable-2021-02-03 → 2023-11-09
- resolve conflict with default shortcuts
- license under MIT terms
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/mpv/scripts/cutter.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/video/mpv/scripts/cutter.nix b/pkgs/applications/video/mpv/scripts/cutter.nix
index cf5d9830abde..4c385b766c78 100644
--- a/pkgs/applications/video/mpv/scripts/cutter.nix
+++ b/pkgs/applications/video/mpv/scripts/cutter.nix
@@ -2,13 +2,13 @@
 
 buildLua {
   pname = "video-cutter";
-  version = "unstable-2021-02-03";
+  version = "unstable-2023-11-09";
 
   src = fetchFromGitHub {
     owner = "rushmj";
     repo = "mpv-video-cutter";
-    rev = "718d6ce9356e63fdd47208ec44f575a212b9068a";
-    sha256 = "sha256-ramID1DPl0UqEzevpqdYKb9aaW3CAy3Dy9CPb/oJ4eY=";
+    rev = "01a0396c075d5f8bbd1de5b571e6231f8899ab65";
+    sha256 = "sha256-veoRFzUCRH8TrvR7x+WWoycpDyxqrJZ/bnp61dVc0pE=";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -36,8 +36,7 @@ buildLua {
   meta = with lib; {
     description = "Cut videos and concat them automatically";
     homepage = "https://github.com/rushmj/mpv-video-cutter";
-    # repo doesn't have a license
-    license = licenses.unfree;
+    license = licenses.mit;
     maintainers = with maintainers; [ lom ];
   };
 }