showmethekey: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm 2023-07-09 18:18:07 +00:00
parent 8b92746f77
commit 7f86c125e6

View file

@ -13,13 +13,13 @@
}:
stdenv.mkDerivation rec {
pname = "showmethekey";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = pname;
rev = "v${version}";
hash = "sha256-iWZjOhugGD7GikcIKaJimfLrTDaGQeYgmp17N03Meb8=";
hash = "sha256-IfegYHHFbZbMTA8JWXAun9Gl3BpykH/5RqUIrlYlLhk=";
};
nativeBuildInputs = [