about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-24 11:16:29 -0500
committerGitHub <noreply@github.com>2023-12-24 11:16:29 -0500
commit39f353338fb34b418fc0f29f422f105409917c49 (patch)
treef64eff59d60ad517f48bbed28c26d63c85faa1b9 /pkgs/games
parent4d8267a3e1f85b77442780fdaa346a597ad83cbd (diff)
parent3432170d3fe34850e56cf2c8676d24ef1d47fbe9 (diff)
Merge pull request #276389 from r-ryantm/auto-update/naev
naev: 0.10.6 -> 0.11.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/naev/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/naev/default.nix b/pkgs/games/naev/default.nix
index 1928982952575..fae719b736f5d 100644
--- a/pkgs/games/naev/default.nix
+++ b/pkgs/games/naev/default.nix
@@ -26,13 +26,13 @@
 
 stdenv.mkDerivation rec {
   pname = "naev";
-  version = "0.10.6";
+  version = "0.11.0";
 
   src = fetchFromGitHub {
     owner = "naev";
     repo = "naev";
     rev = "v${version}";
-    sha256 = "sha256-nUQhpKl1aIsoJZtQGyHuwPhRBeb7nSs6+MfmTtX17mY=";
+    sha256 = "sha256-JTXZzxjfnD3OKZq1wms9bPwIBXyu9FuZB6hvH7HwvRI=";
     fetchSubmodules = true;
   };