Unverified Commit 7685ed9b authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

Merge pull request #292117 from IogaMaster/hypridle

hypridle: 0.1.0 -> 0.1.1
parents 54a099d4 e885ba54
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.0";
  version = "0.1.1";

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

  nativeBuildInputs = [