hypridle: 0.1.0 -> 0.1.1

Diff: https://github.com/hyprwm/hypridle/compare/v0.1.0...v0.1.1
This commit is contained in:
IogaMaster
2024-02-28 09:51:01 -07:00
parent 54a3e9ec0d
commit e885ba54c7
+2 -2
View File
@@ -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 = [