fallout2-ce: fix patch hash (#430496)

authored by Weijia Wang and committed by GitHub 7dbcf363 4c6aea25

+1 -1
+1 -1
pkgs/games/fallout-ce/fallout2-ce.nix
··· 20 20 # Fix case-sensitive filesystems issue when save/load games 21 21 (fetchpatch2 { 22 22 url = "https://github.com/alexbatalov/fallout2-ce/commit/d843a662b3ceaf01ac363e9abb4bfceb8b805c36.patch"; 23 - sha256 = "sha256-u4E9+DE6sGYikIGwKDmSBj3ErCfIo6YzIw2eMiqXw/E="; 23 + sha256 = "sha256-r4sfl1JolWRNd2xcf4BMCxZw3tbN21UJW4TdyIbQzgs="; 24 24 }) 25 25 ]; 26 26