Unverified Commit bd4ae0e1 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #305140 from IogaMaster/hypridle

hypridle: 0.1.1 -> 0.1.2
parents 6eacd2ac e4a22a6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hypridle";
  version = "0.1.1";
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hypridle";
    rev = "v${finalAttrs.version}";
    hash = "sha256-YayFU0PZkwnKn1RSV3+i2HlSha/IFkG5osXcT0b/EUw=";
    hash = "sha256-7Ft5WZTMIjXOGgRCf31DZBwK6RK8xkeKlD5vFXz3gII=";
  };

  nativeBuildInputs = [