showmethekey: 1.13.1 -> 1.14.0 ()

This commit is contained in:
Nick Cao 2024-09-20 18:01:58 -04:00 committed by GitHub
commit 9e623056e7
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.13.1"; version = "1.14.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-kifUp/neqTBPRuZKqNdW6JOinzh9LKfppyvW9AgxAYo="; hash = "sha256-uBhciNkDBXrME8YRztlUdm3oV2y8YiA9Fhib9KLVeBY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [