Merge pull request #280843 from kirillrdy/unpin-go

[treewide] unpin go
This commit is contained in:
kirillrdy 2024-01-22 20:28:38 +09:00 committed by GitHub
commit 73ab92ec78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 29 additions and 28 deletions

View File

@ -1,5 +1,5 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, pkg-config
, alsa-lib
@ -7,7 +7,7 @@
, nix-update-script
}:
buildGo121Module rec {
buildGoModule rec {
pname = "go-musicfox";
version = "4.3.0";

View File

@ -1,10 +1,10 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
}:
buildGo121Module rec {
buildGoModule rec {
pname = "k0sctl";
version = "0.17.4";

View File

@ -1,6 +1,6 @@
{ lib, buildGo121Module, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGo121Module rec {
buildGoModule rec {
pname = "kubectl-klock";
version = "0.5.0";

View File

@ -1,10 +1,10 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
}:
buildGo121Module rec {
buildGoModule rec {
pname = "timoni";
version = "0.17.0";

View File

@ -1,11 +1,11 @@
{ lib
, stdenv
, fetchFromGitHub
, buildGo121Module
, buildGoModule
, cmake
, extra-cmake-modules
, git
, go_1_21
, go
, wrapQtAppsHook
, qtbase
, qtquickcontrols2
@ -28,13 +28,14 @@ let
hash = "sha256-nY6DEHkDVWIlvc64smXb9KshrhNgNLKiilYydbMKCqc=";
};
goDeps = (buildGo121Module {
goDeps = (buildGoModule {
pname = "tailwrap";
inherit src version;
modRoot = "tailwrap";
vendorHash = "sha256-Y9xhoTf3vCtiNi5qOPg020EQmASo58BZI3rAoUEC8qE=";
}).goModules;
in stdenv.mkDerivation {
in
stdenv.mkDerivation {
pname = "ktailctl";
inherit version src;
@ -56,7 +57,7 @@ in stdenv.mkDerivation {
cmake
extra-cmake-modules
git
go_1_21
go
wrapQtAppsHook
];

View File

@ -1,5 +1,5 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, curl
, stdenv
@ -8,7 +8,7 @@
, substituteAll
}:
buildGo121Module rec {
buildGoModule rec {
pname = "static-server";
version = "1.2.1";

View File

@ -1,8 +1,8 @@
{ lib
, fetchFromGitHub
, buildGo121Module
, buildGoModule
}:
buildGo121Module rec {
buildGoModule rec {
pname = "uplosi";
version = "0.1.2";

View File

@ -1,5 +1,5 @@
{ stdenv
, buildGo121Module
, buildGoModule
, callPackage
, fetchFromGitHub
, lib
@ -25,7 +25,7 @@ let
goModulesHash = "sha256-IVf1YVnhyEYgZqM31Cv3aBFnPG7v5WW6fCEvlN+sTIE=";
buildZitadelProtocGen = name:
buildGo121Module {
buildGoModule {
pname = "protoc-gen-${name}";
inherit version;
@ -94,7 +94,7 @@ let
hash = "sha256-xrEF1B4pMoCZs1WO9F6IoqHnSyt5BhPVTIABMWK/q2E=";
};
in
buildGo121Module rec {
buildGoModule rec {
name = "zitadel";
inherit version;

View File

@ -1,11 +1,11 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, testers
, risor
}:
buildGo121Module rec {
buildGoModule rec {
pname = "risor";
version = "1.1.2";

View File

@ -1,12 +1,12 @@
{
lib,
stdenv,
buildGo121Module,
buildGoModule,
fetchFromGitHub,
installShellFiles,
nix-update-script,
}:
buildGo121Module rec {
buildGoModule rec {
pname = "turso-cli";
version = "0.88.2";

View File

@ -1,8 +1,8 @@
{ lib
, fetchFromGitHub
, buildGo121Module
, buildGoModule
}:
buildGo121Module rec {
buildGoModule rec {
pname = "juicity";
version = "0.3.0";

View File

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub, buildGo121Module, nixosTests }:
{ lib, fetchFromGitHub, buildGoModule, nixosTests }:
buildGo121Module rec {
buildGoModule rec {
pname = "netdata-go-plugins";
version = "0.57.2";