about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-29 20:26:32 +0100
committerGitHub <noreply@github.com>2021-11-29 20:26:32 +0100
commitbf2e83c571a7d7e7f973005175faf9c0cf361288 (patch)
treee8d9d2250e3dab204c89b414142e05dcf7ca05a5 /pkgs/games
parent78bf1bb7aa84fc95d5fba925c607350dbbb20d3d (diff)
parent592218648c26454862920beb5e891be92ac728e8 (diff)
Merge pull request #147587 from atopuzov/bump-augustus
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 4693e290da6af..c6258ddb24d76 100644
--- a/pkgs/games/augustus/default.nix
+++ b/pkgs/games/augustus/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "augustus";
-  version = "3.0.1";
+  version = "3.1.0";
 
   src = fetchFromGitHub {
     owner = "Keriew";
     repo = "augustus";
     rev = "v${version}";
-    sha256 = "03pmnwq6bahq854vh1vmv1vabb8cs0alca8f36id8dlz8bw95nik";
+    sha256 = "1axm4x3ca5r08sv1b4q8y9c15mkwqd3rnc8k09a2fn3plbk2p2j4";
   };
 
   nativeBuildInputs = [ cmake ];