From d598e7939647306f806d988665772a47a7f426fa Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:47:17 +0200 Subject: [PATCH] comet-gog: 0-unstable-2024-05-25 -> 0.1.2 --- pkgs/by-name/co/comet-gog/package.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/co/comet-gog/package.nix b/pkgs/by-name/co/comet-gog/package.nix index 61552a8d5b00..35677d4bf08d 100644 --- a/pkgs/by-name/co/comet-gog/package.nix +++ b/pkgs/by-name/co/comet-gog/package.nix @@ -10,19 +10,19 @@ let inherit (darwin.apple_sdk.frameworks) CoreFoundation SystemConfiguration; in -rustPlatform.buildRustPackage { +rustPlatform.buildRustPackage rec { pname = "comet-gog"; - version = "0-unstable-2024-05-25"; + version = "0.1.2"; src = fetchFromGitHub { owner = "imLinguin"; repo = "comet"; - rev = "378ec2abdc2498e7c0c12aa50b71f6d94c3e8e3c"; - hash = "sha256-r7ZPpJLy2fZsyNijl0+uYWQN941TCbv+Guv3wzD83IQ="; + rev = "refs/tags/v${version}"; + hash = "sha256-TdIqdNn5HnIED7LMn4qAzKPHlA5t/Q1Dn+W+ulx5qOU="; fetchSubmodules = true; }; - cargoHash = "sha256-dXNAGMVayzgT96ETrph9eCbQv28EK/OOxIRV8ewpVvs="; + cargoHash = "sha256-gAGCpcVjOkUZa/CobOjOt07WMHpvE5/q1bw+z4yBeNE="; # error: linker `aarch64-linux-gnu-gcc` not found postPatch = '' @@ -37,6 +37,7 @@ rustPlatform.buildRustPackage { ]; meta = { + changelog = "https://github.com/imLinguin/comet/releases/tag/v${version}"; description = "Open Source implementation of GOG Galaxy's Communication Service"; homepage = "https://github.com/imLinguin/comet"; license = lib.licenses.gpl3Plus;