Skip to content

Commit

Permalink
Merge pull request NixOS#277659 from r-ryantm/auto-update/keystore-ex…
Browse files Browse the repository at this point in the history
…plorer

keystore-explorer: 5.5.2 -> 5.5.3
  • Loading branch information
wegank committed Jan 5, 2024
2 parents 864ba7f + 1861fb9 commit 434f6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/keystore-explorer/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ fetchzip, lib, stdenv, jdk, runtimeShell, glib, wrapGAppsHook }:

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

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

0 comments on commit 434f6ae

Please sign in to comment.