Unverified Commit 0b756fc4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

sunsetr: 0.7.1 -> 0.8.0 (#439320)

parents 6f415c1e e6a56d5c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
})