mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sigsum: fix build (#509768)
This commit is contained in:
commit
5f19171b07
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo125Module,
|
||||
fetchFromGitLab,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
buildGo125Module (finalAttrs: {
|
||||
pname = "sigsum";
|
||||
version = "0.14.0";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue