keyguard: 1.12.2 -> 1.12.3 (#415233)

This commit is contained in:
Weijia Wang 2025-06-18 00:37:32 +02:00 committed by GitHub
commit a2e8a1ac3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -2674,8 +2674,8 @@
"org/bouncycastle/bcutil-jdk18on/maven-metadata": {
"xml": {
"groupId": "org.bouncycastle",
"lastUpdated": "20250114201150",
"release": "1.80"
"lastUpdated": "20250604080934",
"release": "1.81"
}
},
"org/checkerframework#checker-qual/2.5.8": {

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "keyguard";
version = "1.12.2";
version = "1.12.3";
src = fetchFromGitHub {
owner = "AChep";
repo = "keyguard-app";
tag = "r20250528";
hash = "sha256-QKMyUuZ2tluMSVidGp+vRnB5Qm4QwfYDZYRWOV0kbxY=";
tag = "r20250530";
hash = "sha256-FTDZ4ztFv+pcyupI+tHr+VLrENSN6hqs13i1KJmreAM=";
};
postPatch = ''