keyguard: 1.10.0 -> 1.10.1 (#386363)

This commit is contained in:
Wolfgang Walther
2025-03-16 13:28:48 +00:00
committed by GitHub
2 changed files with 422 additions and 425 deletions
+419 -422
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.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "AChep";
repo = "keyguard-app";
tag = "r20250216";
hash = "sha256-hTWHy7A59Xu2h5POo0nFNF7PrRNj1LU6WhcQKXsRGS8=";
tag = "r20250226.1";
hash = "sha256-yDg3Ge+eI3UPVfvBUzDG1fmthgSaDkOMjPa9v90Bi+U=";
};
postPatch = ''