hyprshutdown: 0.1.0 -> 0.1.1

This commit is contained in:
MithicSpirit
2026-05-12 17:58:43 -05:00
parent b30b5c6aa0
commit 92f1bafd6e
+2 -2
View File
@@ -18,13 +18,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprshutdown";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprshutdown";
tag = "v${finalAttrs.version}";
hash = "sha256-dp5lyZzKsjdqJLfwr0S4ILets8eu1kLfBB2y/LxspsU=";
hash = "sha256-msCMXV9k9+1siOPaxSzNJwx/o8pn2srCR4h0pxyW/WE=";
};
nativeBuildInputs = [