diff --git a/pkgs/by-name/su/sunsetr/package.nix b/pkgs/by-name/su/sunsetr/package.nix index ae610ed0663b..0061c0cf39d6 100644 --- a/pkgs/by-name/su/sunsetr/package.nix +++ b/pkgs/by-name/su/sunsetr/package.nix @@ -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 ]; }; })