We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270d440 commit 978d35fCopy full SHA for 978d35f
pkgs/by-name/u-/u-root/package.nix
@@ -10,7 +10,7 @@
10
linux_latest,
11
}:
12
13
-buildGoModule rec {
+buildGoModule (finalAttrs: {
14
pname = "u-root";
15
version = "0.14.0-unstable-2024-09-26";
16
@@ -63,10 +63,10 @@ buildGoModule rec {
63
'';
64
homepage = "https://u-root.org/";
65
downloadPage = "https://github.com/u-root/u-root";
66
- changelog = "https://github.com/u-root/u-root/blob/${src.rev}/RELEASES";
+ changelog = "https://github.com/u-root/u-root/blob/${finalAttrs.src.rev}/RELEASES";
67
license = lib.licenses.bsd3;
68
maintainers = with lib.maintainers; [ katexochen ];
69
mainProgram = "u-root";
70
platforms = lib.platforms.linux;
71
};
72
-}
+})
0 commit comments