comet-gog: 0.2.0 -> 0.3.0 (#391432)

This commit is contained in:
Toma
2025-03-20 14:10:30 +01:00
committed by GitHub
+3 -3
View File
@@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "comet-gog";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "imLinguin";
repo = "comet";
tag = "v${version}";
hash = "sha256-LAEt2i/SRABrz+y2CTMudrugifLgHNxkMSdC8PXYF0E=";
hash = "sha256-oJSP/zqr4Jp09Rh15a3o1GWsTA0y22+Zu2mU0HXHLHY=";
fetchSubmodules = true;
};
useFetchCargoVendor = true;
cargoHash = "sha256-SvDE+QqaSK0+4XgB3bdmqOtwxBDTlf7yckTR8XjmMXc=";
cargoHash = "sha256-VY9+5QUJYYifLokf69laapCCBRYFo1BOd6kQpxO2wkc=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''