wl-gammarelay-rs: 1.0.0 -> 1.0.1 (#397501)
This commit is contained in:
@@ -5,17 +5,17 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "wl-gammarelay-rs";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MaxVerevkin";
|
||||
repo = "wl-gammarelay-rs";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-zmtC4xNNAK/TiB5TU6qsY5y0Z3roaEnTwHMZPjq6SbE=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-WdY90CUtphtUUFAh+daSQGmlWTn28Qc79A5yHTV3IOY=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-UVkNA+AsW8pbT8UhlsoeddOwO+XUO/+y0q4VwzkY/D8=";
|
||||
cargoHash = "sha256-B7ot2qcs1rXcrBveXRdZlbiKCRvNAg+OfqYuZv6m8PM=";
|
||||
|
||||
meta = {
|
||||
description = "Simple program that provides DBus interface to control display temperature and brightness under wayland without flickering";
|
||||
|
||||
Reference in New Issue
Block a user