antsimulator: 1.2 -> 3.1

This commit is contained in:
R. RyanTM 2021-08-10 11:05:35 +00:00
parent 717538e908
commit 07ebaed974

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "antsimulator";
version = "1.2";
version = "3.1";
src = fetchFromGitHub {
owner = "johnBuffer";
repo = "AntSimulator";
rev = "v${version}";
sha256 = "0wz80971rf86kb7mcnxwrq75vriwhmyir5s5n3wzml12rzfnj5f1";
sha256 = "sha256-1KWoGbdjF8VI4th/ZjAzASgsLEuS3xiwObulzxQAppA=";
};
nativeBuildInputs = [ cmake ];