Skip to content

Commit 434f6ae

Browse files
authored
Merge pull request #277659 from r-ryantm/auto-update/keystore-explorer
keystore-explorer: 5.5.2 -> 5.5.3
2 parents 864ba7f + 1861fb9 commit 434f6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/keystore-explorer/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ fetchzip, lib, stdenv, jdk, runtimeShell, glib, wrapGAppsHook }:
22

33
stdenv.mkDerivation rec {
4-
version = "5.5.2";
4+
version = "5.5.3";
55
pname = "keystore-explorer";
66
src = fetchzip {
77
url = "https://github.com/kaikramer/keystore-explorer/releases/download/v${version}/kse-${lib.replaceStrings ["."] [""] version}.zip";
8-
sha256 = "sha256-mDi/TSYumCg2hAnMOI2QpdAOSlDMpdJPqzatFotAqUk=";
8+
sha256 = "sha256-oShVfmien4HMpAfSa9rPr18wLu7RN8ZWEZEUtiBHyBs=";
99
};
1010

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

0 commit comments

Comments
 (0)