Unverified Commit 6bf05f03 authored by ocfox's avatar ocfox
Browse files
parent 9a604d82
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
@@ -12962,8 +12962,6 @@ with pkgs;
  shout = nodePackages.shout;
  showmethekey = callPackage ../applications/video/showmethekey { };
  shrikhand = callPackage ../data/fonts/shrikhand { };
  shunit2 = callPackage ../tools/misc/shunit2 { };