pebble: pin to go 1.22

This commit is contained in:
zowoq
2024-10-02 17:28:53 +10:00
parent aec335fc3e
commit 884e25ee36
+3 -2
View File
@@ -1,11 +1,12 @@
{ lib
, stdenv
, buildGoModule
, buildGo122Module
, fetchFromGitHub
, nixosTests
}:
buildGoModule rec {
# build failure with go 1.23
buildGo122Module rec {
pname = "pebble";
version = "2.4.0";