showmethekey: 1.14.0 -> 1.15.0 (#354402)

This commit is contained in:
kirillrdy 2024-11-08 19:20:11 +11:00 committed by GitHub
commit 7150b43a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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