showmethekey: 1.13.1 -> 1.14.0 (#343341)

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 {
pname = "showmethekey";
version = "1.13.1";
version = "1.14.0";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "showmethekey";
rev = "refs/tags/v${version}";
hash = "sha256-kifUp/neqTBPRuZKqNdW6JOinzh9LKfppyvW9AgxAYo=";
hash = "sha256-uBhciNkDBXrME8YRztlUdm3oV2y8YiA9Fhib9KLVeBY=";
};
nativeBuildInputs = [