sunsetr: 0.6.1 -> 0.7.1

This commit is contained in:
DoctorDalek1963
2025-08-16 09:19:20 +01:00
parent cf93ceb063
commit ef62afd9e7
2 changed files with 6 additions and 1825 deletions
-1818
View File
File diff suppressed because it is too large Load Diff
+6 -7
View File
@@ -2,28 +2,27 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sunsetr";
version = "0.6.1";
version = "0.7.1";
src = fetchFromGitHub {
owner = "psi4j";
repo = "sunsetr";
tag = "v${finalAttrs.version}";
hash = "sha256-kFIfNVA1UJrle/5udi8+9uDgq9fArUdudM/v8QpGuaM=";
hash = "sha256-XDa6kjhdEur8YDfQQNg+RpLRtfOeTklB6LwXJaPcG7c=";
};
cargoLock.lockFile = ./Cargo.lock;
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
cargoHash = "sha256-Jsii8PkRIZgQ4yrQHZpK8bLhaW5jg6EKYw65rPRCtGQ=";
checkFlags = [
"--skip=config::tests::test_geo_toml_exists_before_config_creation"
];
passthru.updateScript = nix-update-script { };
meta = {
mainProgram = "sunsetr";
description = "Automatic blue light filter for Hyprland, Niri, and everything Wayland";