Skip to content

Commit

Permalink
showmethekey: 1.13.1 -> 1.14.0 (NixOS#343341)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 20, 2024
2 parents ab4cfbe + 00347a5 commit 9e62305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sh/showmethekey/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9e62305

Please sign in to comment.