Unverified Commit 3002c9d6 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

showmethekey: 1.18.3 -> 1.18.4 (#423142)



Co-authored-by: default avatarocfox <i@ocfox.me>
parents d4ab8ee8 6abcb5e7
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.3";
  version = "1.18.4";

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

  nativeBuildInputs = [