Loading pkgs/by-name/ke/keystore-explorer/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
pkgs/by-name/ke/keystore-explorer/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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. Loading