From 6bf05f03a00d6952b4d638bf0d8f43917e12965e Mon Sep 17 00:00:00 2001 From: ocfox Date: Wed, 8 May 2024 21:23:50 +0800 Subject: [PATCH] showmethekey: 1.13.0 -> 1.13.1 Diff: https://github.com/AlynxZhou/showmethekey/compare/refs/tags/v1.13.0...v1.13.1 Changelog: https://github.com/AlynxZhou/showmethekey/releases/tag/v1.13.1 --- .../default.nix => by-name/sh/showmethekey/package.nix} | 4 ++-- pkgs/top-level/all-packages.nix | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) rename pkgs/{applications/video/showmethekey/default.nix => by-name/sh/showmethekey/package.nix} (90%) diff --git a/pkgs/applications/video/showmethekey/default.nix b/pkgs/by-name/sh/showmethekey/package.nix similarity index 90% rename from pkgs/applications/video/showmethekey/default.nix rename to pkgs/by-name/sh/showmethekey/package.nix index ef30ed13784c..7faf5dec439e 100644 --- a/pkgs/applications/video/showmethekey/default.nix +++ b/pkgs/by-name/sh/showmethekey/package.nix @@ -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 = [ diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 00a315ee410f..72cc5de2f074 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12962,8 +12962,6 @@ with pkgs; shout = nodePackages.shout; - showmethekey = callPackage ../applications/video/showmethekey { }; - shrikhand = callPackage ../data/fonts/shrikhand { }; shunit2 = callPackage ../tools/misc/shunit2 { };