about summary refs log tree commit diff
path: root/pkgs/games/pioneer/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-03 20:57:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-03 20:57:10 +0000
commit462a6d5caaa02d1403da2de8f8815a771b454055 (patch)
tree42bde011c426c5aeafdbd019c2b924ae72441910 /pkgs/games/pioneer/default.nix
parent144fcada81a35097b15aa5dedd1ba87c7a94bfce (diff)
pioneer: 20220203 -> 20240203
Diffstat (limited to 'pkgs/games/pioneer/default.nix')
-rw-r--r--pkgs/games/pioneer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/pioneer/default.nix b/pkgs/games/pioneer/default.nix
index b70ef8c3dab69..878101a917fc0 100644
--- a/pkgs/games/pioneer/default.nix
+++ b/pkgs/games/pioneer/default.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pioneer";
-  version = "20220203";
+  version = "20240203";
 
   src = fetchFromGitHub{
     owner = "pioneerspacesim";
     repo = "pioneer";
     rev = version;
-    hash = "sha256-HNVg8Lq6k6gQDmgOdpnBwJ57WSEnn5XwtqzmkDU1WGI=";
+    hash = "sha256-Jqv013VM0177VqGYR7vSvdq+67ONM91RrjcdVXNLcHs=";
   };
 
   postPatch = ''