about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/fallout-ce/fallout-ce.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/fallout-ce/fallout-ce.nix')
-rw-r--r--nixpkgs/pkgs/games/fallout-ce/fallout-ce.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/games/fallout-ce/fallout-ce.nix b/nixpkgs/pkgs/games/fallout-ce/fallout-ce.nix
index 5f55743a674b..2f229fdf7380 100644
--- a/nixpkgs/pkgs/games/fallout-ce/fallout-ce.nix
+++ b/nixpkgs/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 = {