amidst: 4.6 -> 4.7

This commit is contained in:
R. RyanTM 2021-06-17 00:38:03 +00:00
parent d86f21194a
commit b3165ac5b8

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "amidst";
version = "4.6";
version = "4.7";
src = fetchurl { # TODO: Compile from src
url = "https://github.com/toolbox4minecraft/amidst/releases/download/v${version}/amidst-v${lib.replaceStrings [ "." ] [ "-" ] version}.jar";
sha256 = "0nz6xfhshy36j8k81kqdfbbxih96l7f3s9156f9lmw0mi1qlyzqk";
sha256 = "sha256-oecRjD7JUuvFym8N/hSE5cbAFQojS6yxOuxpwWRlW9M=";
};
dontUnpack = true;