summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/emem
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2016-07-18 07:22:27 +0200
committerGitHub <noreply@github.com>2016-07-18 07:22:27 +0200
commitaf45dcff55b747bc0c172e91248cebde92dcb614 (patch)
treeb03302c0e8c91531e6dc465f63bdf7596949d53e /pkgs/applications/misc/emem
parenta3a8ab60580f47f0162039f96a3fe7d0df1f3dd9 (diff)
parent1c0465828c7e762d512774ecea814b7cb61c6b9a (diff)
Merge pull request #17055 from ebzzry/emem-0.2.18
emem: 0.2.16 -> 0.2.18
Diffstat (limited to 'pkgs/applications/misc/emem')
-rw-r--r--pkgs/applications/misc/emem/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/emem/default.nix b/pkgs/applications/misc/emem/default.nix
index 277367130241..b1ba9831c631 100644
--- a/pkgs/applications/misc/emem/default.nix
+++ b/pkgs/applications/misc/emem/default.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "emem";
- version = "0.2.16";
+ version = "0.2.18";
name = "${pname}-${version}";
inherit jdk;
src = fetchurl {
url = "https://github.com/ebzzry/${pname}/releases/download/v${version}/${pname}.jar";
- sha256 = "1j6i40mcfwcx85zv0pxpwrqj0zy9s5qd7j63zdqf0lckkjvyrih9";
+ sha256 = "090sd1q345xlari267j4k27lglnch26dkwa9pibb1q70hdygv0w8";
};
buildInputs = [ ];