lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

emem: 0.2.27 -> 0.2.28

+2 -2
+2 -2
pkgs/applications/misc/emem/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "emem"; 5 - version = "0.2.27"; 5 + version = "0.2.28"; 6 6 name = "${pname}-${version}"; 7 7 8 8 inherit jdk; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/ebzzry/${pname}/releases/download/v${version}/${pname}.jar"; 12 - sha256 = "0zmh152dfgsq2yj14wb3504pyibq4r671q5yz6yy28ihym7qr0fd"; 12 + sha256 = "1hapvvkkwnvg32awx4nj84s2ascpci6x02wf4rckyd1ykbxp2b8m"; 13 13 }; 14 14 15 15 buildInputs = [ ];