resticprofile: use buildGo123Module (#344453)
This commit is contained in:
commit
7f7842a099
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
go_1_23,
|
buildGo123Module,
|
||||||
buildGoModule,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
restic,
|
restic,
|
||||||
@ -10,11 +9,7 @@
|
|||||||
resticprofile,
|
resticprofile,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
buildGo123Module rec {
|
||||||
# can be removed when the default go version is at least 1.23
|
|
||||||
buildGoModule' = buildGoModule.override { go = go_1_23; };
|
|
||||||
in
|
|
||||||
buildGoModule' rec {
|
|
||||||
pname = "resticprofile";
|
pname = "resticprofile";
|
||||||
version = "0.28.0";
|
version = "0.28.0";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user