hyprshutdown: 0.1.0 -> 0.1.1 (#519577)

This commit is contained in:
Austin Horstman
2026-05-13 03:26:51 +00:00
committed by GitHub
+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 = [