showmethekey: 1.18.1 -> 1.18.2 (#411674)

Co-authored-by: ocfox <i@ocfox.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-28 13:36:45 +00:00
committed by GitHub
co-authored by ocfox
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "showmethekey";
version = "1.18.1";
version = "1.18.2";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "showmethekey";
tag = "v${version}";
hash = "sha256-/pfXAn6dWFIHsP1VBj+Cf989RuVzv4IbSClbJEvGstI=";
hash = "sha256-lLlNWMqVrtXVfXwObCjtmcOOQ2xfe7gK+izmxr4crlc=";
};
nativeBuildInputs = [