Skip to content

Commit

Permalink
agebox: move to buildGoModule
Browse files Browse the repository at this point in the history
(cherry picked from commit 4cfa725)
  • Loading branch information
LeSuisse authored and github-actions[bot] committed Dec 25, 2024
1 parent e0c2cdb commit be7d823
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/ag/agebox/package.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
lib,
# Required based on 'go' directive in go.mod,
# remove when Go in nixpkgs defaults to 1.23 or later.
buildGo123Module,
buildGoModule,
fetchFromGitHub,
}:

buildGo123Module rec {
buildGoModule rec {
pname = "agebox";
version = "0.7.2";

Expand Down

0 comments on commit be7d823

Please sign in to comment.