resticprofile: use buildGo123Module (#344453)

This commit is contained in:
Sandro 2024-09-26 00:59:22 +02:00 committed by GitHub
commit 7f7842a099
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";