mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
resticprofile: use buildGo123Module (#344453)
This commit is contained in:
commit
7f7842a099
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user