Unverified Commit eb0f74b8 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

Merge pull request #325973 from kirillrdy/unpin-go

[treewide] unpin buildGoModule
parents d1795cda 7d89e414
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ buildGo122Module, fetchFromGitHub, lib }:
{ buildGoModule, fetchFromGitHub, lib }:

buildGo122Module rec {
buildGoModule rec {
  pname = "helm-diff";
  version = "3.9.8";

+2 −2
Original line number Diff line number Diff line
{ lib
, buildGo122Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
, makeWrapper
, pluginsDir ? null
}:

buildGo122Module rec {
buildGoModule rec {
  pname = "helmfile";
  version = "0.165.0";

+2 −2
Original line number Diff line number Diff line
{ lib
, buildGo122Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
}:

buildGo122Module rec {
buildGoModule rec {
  pname = "timoni";
  version = "0.22.0";

+4 −4
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@
, zsh
, fish
, nixosTests
, go_1_22
, buildGo122Module
, go
, buildGoModule
, nix-update-script
}:

@@ -41,7 +41,7 @@ buildPythonApplication rec {
    hash = "sha256-5ZkQfGlW7MWYCJZSwK/u8x9jKrZEqupsNvW30DLipDM=";
  };

  goModules = (buildGo122Module {
  goModules = (buildGoModule {
    pname = "kitty-go-modules";
    inherit src version;
    vendorHash = "sha256-NzDA9b3RAfMx+Jj7cSF8pEsKUkoBECBUXl2QFSmkmwM=";
@@ -80,7 +80,7 @@ buildPythonApplication rec {
    sphinx-copybutton
    sphinxext-opengraph
    sphinx-inline-tabs
    go_1_22
    go
  ] ++ lib.optionals stdenv.isDarwin [
    imagemagick
    libicns  # For the png2icns tool.
+2 −2
Original line number Diff line number Diff line
{
  lib,
  buildGo122Module,
  buildGoModule,
  fetchFromGitHub,
  darwin,
  stdenv,
}:
buildGo122Module rec {
buildGoModule rec {
  pname = "gptscript";
  version = "0.8.2";

Loading