Merge pull request #310109 from ocfox/showmethekey
showmethekey: 1.13.0 -> 1.13.1
This commit is contained in:
+2
-2
@@ -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 = [
|
||||
@@ -12940,8 +12940,6 @@ with pkgs;
|
||||
|
||||
shout = nodePackages.shout;
|
||||
|
||||
showmethekey = callPackage ../applications/video/showmethekey { };
|
||||
|
||||
shrikhand = callPackage ../data/fonts/shrikhand { };
|
||||
|
||||
shunit2 = callPackage ../tools/misc/shunit2 { };
|
||||
|
||||
Reference in New Issue
Block a user