Merge pull request #292708 from qubitnano/origin-shipwright805

shipwright: 8.0.4 -> 8.0.5

authored by Aleksana and committed by GitHub e3097c24 fc67e851

+4 -4
+4 -4
pkgs/games/shipwright/default.nix
··· 28 28 29 29 stdenv.mkDerivation (finalAttrs: { 30 30 pname = "shipwright"; 31 - version = "8.0.4"; 31 + version = "8.0.5"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "harbourmasters"; 35 35 repo = "shipwright"; 36 36 rev = finalAttrs.version; 37 - hash = "sha256-OoDToHCVNzccbKdsmek1kqCsW2HmVzA2vy3BtVW1DuM="; 37 + hash = "sha256-o2VwOF46Iq4pwpumOau3bDXJ/CArx6NWBi00s3E4PnE="; 38 38 fetchSubmodules = true; 39 39 }; 40 40 ··· 42 42 # https://github.com/HarbourMasters/Shipwright/blob/e46c60a7a1396374e23f7a1f7122ddf9efcadff7/soh/CMakeLists.txt#L736 43 43 gamecontrollerdb = fetchurl { 44 44 name = "gamecontrollerdb.txt"; 45 - url = "https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/81d89fd1e2bd5878e57dfa629abeed3a8feea438/gamecontrollerdb.txt"; 46 - hash = "sha256-m1XzDc2dS0hkBTEGABgW4J/jjIw1TXtvHHtsvui6Bcc="; 45 + url = "https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/b7933e43ca2f8d26d8b668ea8ea52b736221af1e/gamecontrollerdb.txt"; 46 + hash = "sha256-XIuS9BkWkM9d+SgT1OYTfWtcmzqSUDbMrMLoVnPgidE="; 47 47 }; 48 48 49 49 nativeBuildInputs = [