From 3754cf57cf224d5d6d4ac753cba052fe23451e34 Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Wed, 29 Oct 2025 22:11:54 +0800 Subject: [PATCH] fetchFromGitHub: pass tag to mkDerivation uniformly --- pkgs/build-support/fetchgithub/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchgithub/default.nix b/pkgs/build-support/fetchgithub/default.nix index 481de15afa91..ea40c6adbd55 100644 --- a/pkgs/build-support/fetchgithub/default.nix +++ b/pkgs/build-support/fetchgithub/default.nix @@ -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; } )