about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-04 10:19:19 -0500
committerGitHub <noreply@github.com>2024-03-04 10:19:19 -0500
commit2948b92f02901af2e3154b2356ddbde2a427328e (patch)
tree229470c5f02bdd34098101569ee4e872cc4d10cd /pkgs/games
parent272229fc192fd5319a2bfec23a304cbdc26a6a07 (diff)
parentb13480113c55d055fd83c39dad18875d5c7795ae (diff)
downloadnixlib-2948b92f02901af2e3154b2356ddbde2a427328e.tar
nixlib-2948b92f02901af2e3154b2356ddbde2a427328e.tar.gz
nixlib-2948b92f02901af2e3154b2356ddbde2a427328e.tar.bz2
nixlib-2948b92f02901af2e3154b2356ddbde2a427328e.tar.lz
nixlib-2948b92f02901af2e3154b2356ddbde2a427328e.tar.xz
nixlib-2948b92f02901af2e3154b2356ddbde2a427328e.tar.zst
nixlib-2948b92f02901af2e3154b2356ddbde2a427328e.zip
Merge pull request #293147 from r-ryantm/auto-update/fallout-ce
fallout-ce: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/fallout-ce/fallout-ce.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/fallout-ce/fallout-ce.nix b/pkgs/games/fallout-ce/fallout-ce.nix
index 5f55743a674b..2f229fdf7380 100644
--- a/pkgs/games/fallout-ce/fallout-ce.nix
+++ b/pkgs/games/fallout-ce/fallout-ce.nix
@@ -4,13 +4,13 @@
 
 callPackage ./build.nix rec {
   pname = "fallout-ce";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "alexbatalov";
     repo = "fallout1-ce";
     rev = "v${version}";
-    hash = "sha256-EvRkOlvtiVao63S0WRKKuHlhfkdTgc0m6GTyv4EfJFU=";
+    hash = "sha256-ZiBoF3SL00sN0QrD3fkWG9SAknumOvzRB1oQJff6ITA=";
   };
 
   extraMeta = {