showmethekey: 1.19.0 -> 1.21.0 (#496935)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-05 23:31:49 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "showmethekey";
version = "1.19.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "showmethekey";
tag = "v${finalAttrs.version}";
hash = "sha256-jQRckUqLe9sshi3SJqpFwSsy5H0Gp17kkcCdslwg6cM=";
hash = "sha256-YcRlcfkdSF3z+5raIECdJsnxYP0ij8P2aHAODrblzP4=";
};
nativeBuildInputs = [