keyguard: 1.11.0 -> 1.12.2 (#408712)

This commit is contained in:
Wolfgang Walther
2025-06-01 17:14:56 +00:00
committed by GitHub
2 changed files with 1616 additions and 1611 deletions
+1613 -1608
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "keyguard";
version = "1.11.0";
version = "1.12.2";
src = fetchFromGitHub {
owner = "AChep";
repo = "keyguard-app";
tag = "r20250324";
hash = "sha256-luuj8bg9XlIrE38RmZzJM1u4TKZAWXtxCMG1rGRjVFk=";
tag = "r20250528";
hash = "sha256-QKMyUuZ2tluMSVidGp+vRnB5Qm4QwfYDZYRWOV0kbxY=";
};
postPatch = ''