sunsetr: 0.7.1 -> 0.8.0 (#439320)
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "sunsetr";
|
||||
version = "0.7.1";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "psi4j";
|
||||
repo = "sunsetr";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-XDa6kjhdEur8YDfQQNg+RpLRtfOeTklB6LwXJaPcG7c=";
|
||||
hash = "sha256-TCG6jokt0lMiCGcltFtTTOKDgvOSW/bzNvgAk+opW28=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Jsii8PkRIZgQ4yrQHZpK8bLhaW5jg6EKYw65rPRCtGQ=";
|
||||
cargoHash = "sha256-PULjNh7AkwRIoZ8gQp9RB4JeurioKiZ2xjk939l7uOU=";
|
||||
|
||||
checkFlags = [
|
||||
"--skip=config::tests::test_geo_toml_exists_before_config_creation"
|
||||
@@ -28,6 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Automatic blue light filter for Hyprland, Niri, and everything Wayland";
|
||||
homepage = "https://github.com/psi4j/sunsetr";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.DoctorDalek1963 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user