Unverified Commit f295c91c authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hypridle: 0.1.4 -> 0.1.5 (#353153)

parents 46615171 619980e7
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -10,18 +10,19 @@
  wayland-scanner,
  hyprlang,
  sdbus-cpp_2,
  systemd,
  systemdLibs,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "hypridle";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hypridle";
    rev = "v${finalAttrs.version}";
    hash = "sha256-20a3pg94dyLFflbBIN+EYJ04nWfWldTfd2YmB/rcrqY=";
    hash = "sha256-esE2L7+9CsmlSjTIHwU9VAhzvsFSMC3kO7EiutCPQpg=";
  };

  nativeBuildInputs = [
@@ -34,17 +35,22 @@ stdenv.mkDerivation (finalAttrs: {
    hyprlang
    hyprutils
    sdbus-cpp_2
    systemd
    systemdLibs
    wayland
    wayland-protocols
  ];

  passthru = {
    updateScript = nix-update-script { };
  };

  meta = {
    description = "Hyprland's idle daemon";
    homepage = "https://github.com/hyprwm/hypridle";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [
      iogamaster
      johnrtitor
      khaneliman
    ];
    mainProgram = "hypridle";