Skip to content

Commit

Permalink
emem: 0.2.32 -> 0.2.34 (#23680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rommel M. Martinez authored and joachifm committed Mar 10, 2017
1 parent c7d9032 commit 943c4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/emem/default.nix
Expand Up @@ -2,14 +2,14 @@

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

inherit jdk;

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

buildInputs = [ ];
Expand Down

0 comments on commit 943c4ed

Please sign in to comment.