Commit ff669575 authored by R. RyanTM's avatar R. RyanTM
Browse files

keystore-explorer: 5.5.3 -> 5.6.0

parent 34fc0d11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:

stdenv.mkDerivation rec {
  version = "5.5.3";
  version = "5.6.0";
  pname = "keystore-explorer";
  src = fetchzip {
    url = "https://github.com/kaikramer/keystore-explorer/releases/download/v${version}/kse-${
      lib.replaceStrings [ "." ] [ "" ] version
    }.zip";
    sha256 = "sha256-oShVfmien4HMpAfSa9rPr18wLu7RN8ZWEZEUtiBHyBs=";
    sha256 = "sha256-+ZgALJaZodLmAtdCIE1SG6D0lzlETg4mMPXheXmGhPc=";
  };

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