Unverified Commit d8d43458 authored by Leona Maroni's avatar Leona Maroni
Browse files

gotosocial: pin to go 1.24

build currently broken with go 1.25
https://hydra.nixos.org/build/307095866/nixlog/1
parent 5a914773
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  fetchurl,
  fetchFromGitea,
  buildGoModule,
  buildGo124Module,
  nixosTests,
}:
let
@@ -17,7 +17,7 @@ let
    hash = "sha256-et1jguboadjJJdUpugmRvkAtpdfHxn4+ftXUH/hWTdE=";
  };
in
buildGoModule rec {
buildGo124Module rec {
  inherit version;
  pname = repo;