keyguard: 1.14.1 -> 1.15.0 (#445775)

This commit is contained in:
dotlambda
2025-09-24 17:32:50 +00:00
committed by GitHub
2 changed files with 972 additions and 1035 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "keyguard";
version = "1.14.1";
version = "1.15.0";
src = fetchFromGitHub {
owner = "AChep";
repo = "keyguard-app";
tag = "r20250830";
hash = "sha256-m52oXJ+6tfTP8KE0+g5D67B7C0HVJRg65GWp7Vx2OQc=";
tag = "r20250915";
hash = "sha256-WAD8cZkaZbv3tyzKYEBH25g7x7xmdIWAnvMxnNKYpME=";
};
postPatch = ''