rebels-in-the-sky: 1.0.30 -> 1.0.31

R. Ryantm 45c7079f c8c0be28

+3 -3
+3 -3
pkgs/by-name/re/rebels-in-the-sky/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage (finalAttrs: { 16 16 pname = "rebels-in-the-sky"; 17 - version = "1.0.30"; 17 + version = "1.0.31"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "ricott1"; 21 21 repo = "rebels-in-the-sky"; 22 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-eC8n9g2kFErTRWWNo6jwAMGBX3+xGjtzq23+r3w0n0I="; 23 + hash = "sha256-0/Vsb6GMl0XH7uxyFSUO18kKoz49MXbOEQChhZZJL24="; 24 24 }; 25 25 26 - cargoHash = "sha256-dGD0RpelENEWe9W/3CXUS2GhOXRaWhCoD8AI2n4mUfs="; 26 + cargoHash = "sha256-DI6BAfbIEGCq3GaBoQz/nn9AZYWUDWBD2osgm1K44+w="; 27 27 28 28 patches = lib.optionals (!withRadio) [ 29 29 ./disable-radio.patch