keyguard: 1.10.1 -> 1.11.0 (#393401)

This commit is contained in:
Pol Dellaiera
2025-03-28 22:11:00 +01:00
committed by GitHub
3 changed files with 950 additions and 877 deletions
+946 -873
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.1";
version = "1.11.0";
src = fetchFromGitHub {
owner = "AChep";
repo = "keyguard-app";
tag = "r20250226.1";
hash = "sha256-yDg3Ge+eI3UPVfvBUzDG1fmthgSaDkOMjPa9v90Bi+U=";
tag = "r20250324";
hash = "sha256-luuj8bg9XlIrE38RmZzJM1u4TKZAWXtxCMG1rGRjVFk=";
};
postPatch = ''
+1 -1
View File
@@ -23,6 +23,6 @@ fi
hash=$(nix hash convert --hash-algo sha256 --to sri $(nix-prefetch-url --unpack "https://github.com/AChep/keyguard-app/archive/refs/tags/${latestTag}.tar.gz"))
update-source-version keyguard $latestVersion $hash
sed -i "s/tag = \"r[0-9]\+\";/tag = \"$latestTag\";/g" "$ROOT/package.nix"
sed -i 's/tag = "r[0-9]\+\(\.[0-9]\+\)\?";/tag = "'"$latestTag"'";/g' "$ROOT/package.nix"
$(nix-build -A keyguard.mitmCache.updateScript)