Unverified Commit 9e623056 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

showmethekey: 1.13.1 -> 1.14.0 (#343341)

parents ab4cfbe1 00347a54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [