ocfox
2024-05-08 21:25:10 +08:00
parent 9a604d82fb
commit 6bf05f03a0
2 changed files with 2 additions and 4 deletions
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "showmethekey";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "showmethekey";
rev = "refs/tags/v${version}";
hash = "sha256-pVFkO/+a7GAOXbYBfU0zcO/uD26PX+y02bEZa3f1ZP8=";
hash = "sha256-kifUp/neqTBPRuZKqNdW6JOinzh9LKfppyvW9AgxAYo=";
};
nativeBuildInputs = [
-2
View File
@@ -12962,8 +12962,6 @@ with pkgs;
shout = nodePackages.shout;
showmethekey = callPackage ../applications/video/showmethekey { };
shrikhand = callPackage ../data/fonts/shrikhand { };
shunit2 = callPackage ../tools/misc/shunit2 { };