Unverified Commit 870b44c5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

showmethekey: 1.18.4 -> 1.19.0 (#480917)

parents 90bb40f4 0281a4a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "showmethekey";
  version = "1.18.4";
  version = "1.19.0";

  src = fetchFromGitHub {
    owner = "AlynxZhou";
    repo = "showmethekey";
    tag = "v${version}";
    hash = "sha256-Wj7r4rnY8+QGWtk9h88gk3LxkNLIKUA/46lkyPK86h0=";
    hash = "sha256-jQRckUqLe9sshi3SJqpFwSsy5H0Gp17kkcCdslwg6cM=";
  };

  nativeBuildInputs = [