Unverified Commit 012db261 authored by @mjones's avatar @mjones Committed by GitHub
Browse files

keystore-explorer: 5.6.0 -> 5.6.1 (#476682)

parents 1e24f6e8 acd5bc33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@ let
  jdk = jdk11;
in
stdenv.mkDerivation rec {
  version = "5.6.0";
  version = "5.6.1";
  pname = "keystore-explorer";
  src = fetchzip {
    url = "https://github.com/kaikramer/keystore-explorer/releases/download/v${version}/kse-${
      lib.replaceStrings [ "." ] [ "" ] version
    }.zip";
    sha256 = "sha256-+ZgALJaZodLmAtdCIE1SG6D0lzlETg4mMPXheXmGhPc=";
    sha256 = "sha256-yhYQpeBoicILYEXpW+oqDdF+KieDbNmTFpxL+aA8vTw=";
  };

  # glib is necessary so file dialogs don't hang.