Skip to content

Commit

Permalink
emem: 0.2.29 -> 0.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Rommel M. Martinez authored and grahamc committed Mar 7, 2017
1 parent 2027f8e commit d6192e9
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.29";
version = "0.2.31";
name = "${pname}-${version}";

inherit jdk;

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

buildInputs = [ ];
Expand Down

0 comments on commit d6192e9

Please sign in to comment.