Skip to content

Commit

Permalink
emem: 0.2.45 -> 0.2.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Rommel M. Martinez authored and fpletz committed Mar 22, 2017
1 parent 1dadbe7 commit a453aa0
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.45";
version = "0.2.46";
name = "${pname}-${version}";

inherit jdk;

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

phases = [ "buildPhase" "installPhase" ];
Expand Down

0 comments on commit a453aa0

Please sign in to comment.