Merge pull request #242518 from r-ryantm/auto-update/showmethekey

showmethekey: 1.8.0 -> 1.8.1
This commit is contained in:
Nick Cao 2023-07-10 09:00:50 +08:00 committed by GitHub
commit 2387cef311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [