showmethekey: 1.15.0 -> 1.15.1 (#355351)

This commit is contained in:
Austin Horstman
2024-11-13 21:50:06 -06:00
committed by GitHub

View File

@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "showmethekey";
version = "1.15.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "showmethekey";
rev = "refs/tags/v${version}";
hash = "sha256-zlLpQZbjEJjgCxlHGaiDFGRZ/6tz5fpKVLVqtjO4pHM=";
hash = "sha256-odlIgWFmhDqju7U5Y9q6apUEAqZUvMUA7/eU7LMltQs=";
};
nativeBuildInputs = [