keyguard: 1.12.3 -> 1.13.0 (#423381)

This commit is contained in:
Wolfgang Walther
2025-08-14 13:10:09 +00:00
committed by GitHub
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 = ''