fetchFromGitHub: pass tag to mkDerivation uniformly

This commit is contained in:
Yueh-Shun Li
2025-11-03 21:31:05 +08:00
parent dd9af80094
commit 3754cf57cf
+1 -1
View File
@@ -159,6 +159,7 @@ lib.makeOverridable (
inherit
owner
repo
tag
;
};
passthru = {
@@ -176,7 +177,6 @@ lib.makeOverridable (
fetcher fetcherArgs
// {
inherit owner repo tag;
rev = revWithTag;
}
)