keyguard: 2.1.0 -> 2.3.3 (#477105)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-07 12:00:15 +00:00
committed by GitHub
2 changed files with 642 additions and 565 deletions
+639 -562
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "keyguard";
version = "2.1.0";
version = "2.3.3";
src = fetchFromGitHub {
owner = "AChep";
repo = "keyguard-app";
tag = "r20260102.2";
hash = "sha256-LmK1FnMd8udAfkfe1QyJd0kVSUfs1xAmzTiz80USlpo=";
tag = "r20260125.1";
hash = "sha256-ALVf0ECUSxXFS7U5fxn6X10jSHf7tBk7cYm2/+Bk5HE=";
};
postPatch = ''