showmethekey: 1.14.0 -> 1.15.0
Diff: https://github.com/AlynxZhou/showmethekey/compare/refs/tags/v1.14.0...v1.15.0 Changelog: https://github.com/AlynxZhou/showmethekey/releases/tag/v1.15.0
This commit is contained in:
parent
e818264fe2
commit
3e0cfb6804
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user