Commit 58a84c67 authored by K900's avatar K900
Browse files

bitmagnet: pin Go 1.22

parent 4a938b59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib
, buildGoModule
, buildGo122Module  # builds, but does not start on 1.23
, fetchFromGitHub
, nix-update-script
}:

buildGoModule rec {
buildGo122Module rec {
  pname = "bitmagnet";
  version = "0.9.5";