hypridle: 0.1.1 -> 0.1.2

Diff: https://github.com/hyprwm/hypridle/compare/v0.1.1...v0.1.2
This commit is contained in:
IogaMaster 2024-04-18 15:02:49 -06:00
parent 5bb7dee2ab
commit e4a22a6d7a
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [