summary refs log tree commit diff
path: root/pkgs/games/antsimulator
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-10 11:05:35 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-10 11:05:35 +0000
commit07ebaed9748fa97ccf3784b88193076211d2c865 (patch)
tree7f15d74bda04df2e673a744ab3432444d3aaa0d2 /pkgs/games/antsimulator
parent717538e9082a42d97dce9f53740045a73865b18e (diff)
antsimulator: 1.2 -> 3.1
Diffstat (limited to 'pkgs/games/antsimulator')
-rw-r--r--pkgs/games/antsimulator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/antsimulator/default.nix b/pkgs/games/antsimulator/default.nix
index b43b91d5cb999..bb17add2cc9df 100644
--- a/pkgs/games/antsimulator/default.nix
+++ b/pkgs/games/antsimulator/default.nix
@@ -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 ];