wluma: 4.0.0 -> 4.1.0

This commit is contained in:
jmc-figueira 2022-01-22 00:39:14 +00:00
parent 54a25c67f9
commit 9fede6b833
No known key found for this signature in database
GPG Key ID: DC7AE56AE98E02D7

View File

@ -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;
};
}