summary refs log tree commit diff
path: root/pkgs/tools/video
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-04-05 06:01:50 +0000
committerGitHub <noreply@github.com>2023-04-05 06:01:50 +0000
commit80f198ff3a6569d7874862ae41eda743cea02fc1 (patch)
treeaed7c1c77d0d8030f2adf67339a5f60841060dac /pkgs/tools/video
parent416d51a21c51a369492ba302e915b39ad57c408e (diff)
parent9e33429e85f5aa4ee87340d055a357d99d65c392 (diff)
downloadnixpkgs-80f198ff3a6569d7874862ae41eda743cea02fc1.tar
nixpkgs-80f198ff3a6569d7874862ae41eda743cea02fc1.tar.gz
nixpkgs-80f198ff3a6569d7874862ae41eda743cea02fc1.tar.bz2
nixpkgs-80f198ff3a6569d7874862ae41eda743cea02fc1.tar.lz
nixpkgs-80f198ff3a6569d7874862ae41eda743cea02fc1.tar.xz
nixpkgs-80f198ff3a6569d7874862ae41eda743cea02fc1.tar.zst
nixpkgs-80f198ff3a6569d7874862ae41eda743cea02fc1.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/video')
-rw-r--r--pkgs/tools/video/lux/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/video/lux/default.nix b/pkgs/tools/video/lux/default.nix
index 4dfbadb95d7..ac325904aca 100644
--- a/pkgs/tools/video/lux/default.nix
+++ b/pkgs/tools/video/lux/default.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "lux";
-  version = "0.17.0";
+  version = "0.17.2";
   src = fetchFromGitHub {
     owner = "iawia002";
     repo = "lux";
     rev = "v${version}";
-    sha256 = "sha256-n6oWItz0tnhpyPBGsf4+fYGnJyeYyhI2owkLrJWu7uw=";
+    sha256 = "sha256-bEfDZkbASGQcx6IT5m1oy42maEJp8ElMC4uvjPwJbDU=";
   };
 
   nativeBuildInputs = [ makeWrapper ];
 
-  vendorHash = "sha256-4pn6JKE+VieadhDLkVhbJc6XSm95cNwoNBWYGEZl8iI=";
+  vendorHash = "sha256-7WgTRnt1RsoMattIiYH2GFlQF12zoWTRkm3vts07/ho=";
 
   ldflags = [ "-s" "-w" ];
 
@@ -28,6 +28,6 @@ buildGoModule rec {
     homepage = "https://github.com/iawia002/lux";
     changelog = "https://github.com/iawia002/lux/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ candyc1oud ];
+    maintainers = [];
   };
 }