resticprofile: use buildGo123Module

This commit is contained in:
Sandro 2024-09-25 17:03:44 +02:00 committed by GitHub
parent bee32b1461
commit 64a2b735c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
{
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";