about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-05 01:09:08 +0100
committerGitHub <noreply@github.com>2024-01-05 01:09:08 +0100
commit7ac52aa03e5ed2e02454d720aeac470dc24f5cb6 (patch)
tree6120c1c41ef5a1e5305abfd2e3b73f0dc178e19c /pkgs/games
parent87bb23d86a5202463af7d341ead60371651ab203 (diff)
parentb15d3c21be4f8d1314436074b7a8acc3d58a954f (diff)
Merge pull request #277469 from r-ryantm/auto-update/augustus
augustus: 3.2.0 -> 4.0.0
Diffstat (limited to 'pkgs/games')
-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 ];