Skip to content

Commit 978d35f

Browse files
committed
u-root: use finalAttrs
Signed-off-by: Paul Meyer <[email protected]>
1 parent 270d440 commit 978d35f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/u-/u-root/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
linux_latest,
1111
}:
1212

13-
buildGoModule rec {
13+
buildGoModule (finalAttrs: {
1414
pname = "u-root";
1515
version = "0.14.0-unstable-2024-09-26";
1616

@@ -63,10 +63,10 @@ buildGoModule rec {
6363
'';
6464
homepage = "https://u-root.org/";
6565
downloadPage = "https://github.com/u-root/u-root";
66-
changelog = "https://github.com/u-root/u-root/blob/${src.rev}/RELEASES";
66+
changelog = "https://github.com/u-root/u-root/blob/${finalAttrs.src.rev}/RELEASES";
6767
license = lib.licenses.bsd3;
6868
maintainers = with lib.maintainers; [ katexochen ];
6969
mainProgram = "u-root";
7070
platforms = lib.platforms.linux;
7171
};
72-
}
72+
})

0 commit comments

Comments
 (0)