Merge pull request #160224 from yshym/wluma-4.1.2
wluma: 4.1.0 -> 4.1.2
This commit is contained in:
commit
850f0993e5
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wluma";
|
pname = "wluma";
|
||||||
version = "4.1.0";
|
version = "4.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maximbaz";
|
owner = "maximbaz";
|
||||||
|
@ -21,6 +21,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "sha256-kUYh4RmD4zRI3ZNZWl2oWcO0Ze5czLBXUgPMl/cLW/I=";
|
sha256 = "sha256-kUYh4RmD4zRI3ZNZWl2oWcO0Ze5czLBXUgPMl/cLW/I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cargoSha256 = "sha256-0AeFFJd/eMuT1eNY+Vq8MEyItKNBsAlhKKa6CsttMIY=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
pkg-config
|
pkg-config
|
||||||
|
@ -37,8 +39,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ vulkan-loader ]}"
|
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ vulkan-loader ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cargoSha256 = "sha256-oOIL18gij7DdvgNOuaHtuyFemNBUB85Ouh/sdhKas+s=";
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Automatic brightness adjustment based on screen contents and ALS";
|
description = "Automatic brightness adjustment based on screen contents and ALS";
|
||||||
homepage = "https://github.com/maximbaz/wluma";
|
homepage = "https://github.com/maximbaz/wluma";
|
||||||
|
|
Loading…
Reference in a new issue