about summary refs log tree commit diff
path: root/pkgs/games/augustus
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-29 06:39:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-29 06:39:13 +0000
commitb15d3c21be4f8d1314436074b7a8acc3d58a954f (patch)
treebfca5c4457bcdd0ac6798cb348312b6c1c0429be /pkgs/games/augustus
parentd20560a3ad7b7c910f0335b2be1fc59a33f36a75 (diff)
augustus: 3.2.0 -> 4.0.0
Diffstat (limited to 'pkgs/games/augustus')
-rw-r--r--pkgs/games/augustus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/augustus/default.nix b/pkgs/games/augustus/default.nix
index df10516ab35c1..5aec0186cfc42 100644
--- a/pkgs/games/augustus/default.nix
+++ b/pkgs/games/augustus/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "augustus";
-  version = "3.2.0";
+  version = "4.0.0";
 
   src = fetchFromGitHub {
     owner = "Keriew";
     repo = "augustus";
     rev = "v${version}";
-    sha256 = "sha256-NS6ijgI/wLsGF5KabjaR7ElKWFXIdjpmPYHVmI4oMzQ=";
+    sha256 = "sha256-UWJmxirRJJqvL4ZSjBvFepeKVvL77+WMp4YdZuFNEkg=";
   };
 
   nativeBuildInputs = [ cmake ];