Skip to content

Commit 347a3dd

Browse files
committed
1 parent 760947c commit 347a3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sh/showmethekey/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "showmethekey";
18-
version = "1.15.1";
18+
version = "1.16.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "AlynxZhou";
2222
repo = "showmethekey";
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-odlIgWFmhDqju7U5Y9q6apUEAqZUvMUA7/eU7LMltQs=";
24+
hash = "sha256-eEbpQVfp1Q40+O7uZazKz8aHSPwfLBwEBemyd6jJAgs=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)