Skip to content

Commit

Permalink
hypridle: 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IogaMaster committed Apr 18, 2024
1 parent 5bb7dee commit e4a22a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hypridle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e4a22a6

Please sign in to comment.