Unverified Commit d6652f30 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

showmethekey: 1.15.0 -> 1.15.1 (#355351)

parents efa287f8 23119d1e
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.15.0";
  version = "1.15.1";

  src = fetchFromGitHub {
    owner = "AlynxZhou";
    repo = "showmethekey";
    rev = "refs/tags/v${version}";
    hash = "sha256-zlLpQZbjEJjgCxlHGaiDFGRZ/6tz5fpKVLVqtjO4pHM=";
    hash = "sha256-odlIgWFmhDqju7U5Y9q6apUEAqZUvMUA7/eU7LMltQs=";
  };

  nativeBuildInputs = [