about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wluma
diff options
context:
space:
mode:
authorjmc-figueira <jmc.figueira@campus.fct.unl.pt>2022-01-22 00:39:14 +0000
committerjmc-figueira <jmc.figueira@campus.fct.unl.pt>2022-01-22 00:39:14 +0000
commit9fede6b8336d922586f97c32af0b68335b8c795d (patch)
tree050ab565ce10e2c8018d2f632310cd4ce7dee94e /pkgs/tools/wayland/wluma
parent54a25c67f9e778b949fe26608e7b2a108e847ff0 (diff)
wluma: 4.0.0 -> 4.1.0
Diffstat (limited to 'pkgs/tools/wayland/wluma')
-rw-r--r--pkgs/tools/wayland/wluma/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/wayland/wluma/default.nix b/pkgs/tools/wayland/wluma/default.nix
index 7ab848b9e3ac1..837b25d600ff6 100644
--- a/pkgs/tools/wayland/wluma/default.nix
+++ b/pkgs/tools/wayland/wluma/default.nix
@@ -12,13 +12,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wluma";
-  version = "4.0.0";
+  version = "4.1.0";
 
   src = fetchFromGitHub {
     owner = "maximbaz";
     repo = "wluma";
     rev = version;
-    sha256 = "sha256-lh0GX2M3AFXjlu+jTQGiNKQXM7DiBc7RYMH9PYMLmV4=";
+    sha256 = "sha256-kUYh4RmD4zRI3ZNZWl2oWcO0Ze5czLBXUgPMl/cLW/I=";
   };
 
   nativeBuildInputs = [
@@ -48,13 +48,13 @@ rustPlatform.buildRustPackage rec {
       --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ vulkan-loader ]}"
   '';
 
-  cargoSha256 = "sha256-ArT4xDi+qRpukuIX1RgTgC/At9kkuG3Lf1X56Q2j/2Q=";
+  cargoSha256 = "sha256-oOIL18gij7DdvgNOuaHtuyFemNBUB85Ouh/sdhKas+s=";
 
   meta = with lib; {
     description = "Automatic brightness adjustment based on screen contents and ALS";
     homepage = "https://github.com/maximbaz/wluma";
     license = licenses.isc;
-    maintainers = with maintainers; [ yevhenshymotiuk ];
+    maintainers = with maintainers; [ yevhenshymotiuk jmc-figueira ];
     platforms = platforms.linux;
   };
 }