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-04-27 04:42:05 +0200
committerGitHub <noreply@github.com>2024-04-27 04:42:05 +0200
commitd73fd11489ae9df5bfe1f349ffbdd4e3a1141f6e (patch)
tree582fbb2e403c2be5dd5159757bc7bfd2a0d5a888 /pkgs/games
parent9a7d9d647ad678628848d5f02305d52a1c5368af (diff)
parent020de0e8d14ba13a06fdea01ba66d3a557247f90 (diff)
Merge pull request #305733 from r-ryantm/auto-update/fallout2-ce
fallout2-ce: 1.2.0 -> 1.3.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/fallout-ce/fallout2-ce.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/fallout-ce/fallout2-ce.nix b/pkgs/games/fallout-ce/fallout2-ce.nix
index b28a9701c2021..6d665c96a0e2d 100644
--- a/pkgs/games/fallout-ce/fallout2-ce.nix
+++ b/pkgs/games/fallout-ce/fallout2-ce.nix
@@ -5,13 +5,13 @@
 
 callPackage ./build.nix rec {
   pname = "fallout2-ce";
-  version = "1.2.0";
+  version = "1.3.0";
 
   src = fetchFromGitHub {
     owner = "alexbatalov";
     repo = "fallout2-ce";
     rev = "v${version}";
-    hash = "sha256-+N4jhmxBX6z48kaU0jm90OKhguHlggT3OF9uuyY0EV0=";
+    hash = "sha256-r1pnmyuo3uw2R0x9vGScSHIVNA6t+txxABzgHkUEY5U=";
   };
 
   extraBuildInputs = [ zlib ];