Unverified Commit 7f7842a0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

resticprofile: use buildGo123Module (#344453)

parents ece848e1 64a2b735
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
{
  lib,
  go_1_23,
  buildGoModule,
  buildGo123Module,
  fetchFromGitHub,
  installShellFiles,
  restic,
@@ -10,11 +9,7 @@
  resticprofile,
}:

let
  # can be removed when the default go version is at least 1.23
  buildGoModule' = buildGoModule.override { go = go_1_23; };
in
buildGoModule' rec {
buildGo123Module rec {
  pname = "resticprofile";
  version = "0.28.0";