keyguard: 1.12.3 -> 1.13.0

This commit is contained in:
R. Ryantm
2025-07-08 03:39:01 +00:00
parent e6e45d9aa6
commit f56d876aba
2 changed files with 1169 additions and 947 deletions
+1166 -944
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.12.3";
version = "1.13.0";
src = fetchFromGitHub {
owner = "AChep";
repo = "keyguard-app";
tag = "r20250530";
hash = "sha256-FTDZ4ztFv+pcyupI+tHr+VLrENSN6hqs13i1KJmreAM=";
tag = "r20250705";
hash = "sha256-9UT75HntRswpf1G04x07DfxNfR3PsMv0Ee/NRVrJS3Y=";
};
postPatch = ''