hyprlock: 0.9.2 -> 0.9.3 (#503066)

This commit is contained in:
Masum Reza
2026-03-24 17:33:08 +00:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "hyprlock";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlock";
rev = "v${finalAttrs.version}";
hash = "sha256-ucJ5C83hJy8XFO8Y+PL9hVcwdrQnj63BjXcO5A4qyNU=";
hash = "sha256-qxR0w0wC6Bv96C/Kzx3mL1bUS8ejwhIm7eVVR9AA88c=";
};
nativeBuildInputs = [