Merge pull request #310109 from ocfox/showmethekey

showmethekey: 1.13.0 -> 1.13.1
This commit is contained in:
Marcus Ramberg
2024-05-10 23:22:44 +02:00
committed by GitHub
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
@@ -12940,8 +12940,6 @@ with pkgs;
shout = nodePackages.shout;
showmethekey = callPackage ../applications/video/showmethekey { };
shrikhand = callPackage ../data/fonts/shrikhand { };
shunit2 = callPackage ../tools/misc/shunit2 { };