Unverified Commit 2387cef3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

showmethekey: 1.8.0 -> 1.8.1
parents 06c84f5b 7f86c125
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [