Skip to content

Commit

Permalink
emem: 0.2.31 -> 0.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Rommel M. Martinez committed Mar 9, 2017
1 parent dc94d1a commit 23bbeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/emem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "emem";
version = "0.2.31";
version = "0.2.32";
name = "${pname}-${version}";

inherit jdk;

src = fetchurl {
url = "https://github.com/ebzzry/${pname}/releases/download/v${version}/${pname}.jar";
sha256 = "11kciq73y76c78rpd87bmlnvv4llrf81g3d28y02llnngrbczp7v";
sha256 = "1ril6ljbm7mczcfgbjnswcxpxpnp0kv949bhv1f6q42pxxj1wj75";
};

buildInputs = [ ];
Expand Down

0 comments on commit 23bbeec

Please sign in to comment.