Unverified Commit 7a33e97e authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

Merge pull request #310109 from ocfox/showmethekey

showmethekey: 1.13.0 -> 1.13.1
parents 2a827b93 6bf05f03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+0 −2
Original line number Diff line number Diff line
@@ -12940,8 +12940,6 @@ with pkgs;
  shout = nodePackages.shout;
  showmethekey = callPackage ../applications/video/showmethekey { };
  shrikhand = callPackage ../data/fonts/shrikhand { };
  shunit2 = callPackage ../tools/misc/shunit2 { };