Loading pkgs/by-name/ge/gel/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -16,18 +16,18 @@ }: rustPlatform.buildRustPackage rec { pname = "gel"; version = "7.7.0"; version = "7.10.2"; src = fetchFromGitHub { owner = "geldata"; repo = "gel-cli"; tag = "v${version}"; hash = "sha256-4dFajTGYczolQXnpcRBPWCD68EUiPVDRGIMwGh/K2UY="; hash = "sha256-Fy4J7puunqB5TeUsafnOotoWNvtTGiMJZ06YII14zIM="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-4LLGg+f8Q7jskQr/wY0eCDkn9bC+zDpMvyF5D0A1oG4="; hash = "sha256-VRZjI8C0u+6MkQgzt0PApeUtrGR5UqvnLZxityMGnDo="; }; nativeBuildInputs = [ Loading Loading @@ -68,6 +68,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Gel cli"; homepage = "https://docs.geldata.com/reference/cli"; changelog = "https://github.com/geldata/gel-cli/compare/v7.7.0...v7.10.2"; license = with lib.licenses; [ asl20 # or Loading Loading
pkgs/by-name/ge/gel/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -16,18 +16,18 @@ }: rustPlatform.buildRustPackage rec { pname = "gel"; version = "7.7.0"; version = "7.10.2"; src = fetchFromGitHub { owner = "geldata"; repo = "gel-cli"; tag = "v${version}"; hash = "sha256-4dFajTGYczolQXnpcRBPWCD68EUiPVDRGIMwGh/K2UY="; hash = "sha256-Fy4J7puunqB5TeUsafnOotoWNvtTGiMJZ06YII14zIM="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-4LLGg+f8Q7jskQr/wY0eCDkn9bC+zDpMvyF5D0A1oG4="; hash = "sha256-VRZjI8C0u+6MkQgzt0PApeUtrGR5UqvnLZxityMGnDo="; }; nativeBuildInputs = [ Loading Loading @@ -68,6 +68,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Gel cli"; homepage = "https://docs.geldata.com/reference/cli"; changelog = "https://github.com/geldata/gel-cli/compare/v7.7.0...v7.10.2"; license = with lib.licenses; [ asl20 # or Loading