mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
sensu-go: bump Go version to 1.22
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
ca579ba7b0
commit
13aafe03ff
@ -1,8 +1,8 @@
|
|||||||
{ buildGo121Module, fetchFromGitHub, lib }:
|
{ buildGo122Module, fetchFromGitHub, lib }:
|
||||||
|
|
||||||
let
|
let
|
||||||
generic = { subPackages, pname, postInstall ? "", mainProgram }:
|
generic = { subPackages, pname, postInstall ? "", mainProgram }:
|
||||||
buildGo121Module rec {
|
buildGo122Module rec {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "6.11.0";
|
version = "6.11.0";
|
||||||
shortRev = "9587df6"; # for internal version info
|
shortRev = "9587df6"; # for internal version info
|
||||||
|
Loading…
Reference in New Issue
Block a user