Skip to content

Commit

Permalink
emem: 0.2.34 -> 0.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Rommel M. Martinez authored and vbgl committed Mar 12, 2017
1 parent c52b751 commit f5a5516
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.34";
version = "0.2.35";
name = "${pname}-${version}";

inherit jdk;

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

buildInputs = [ ];
Expand Down

0 comments on commit f5a5516

Please sign in to comment.