nix-prefetch-*: set pname and version (#487672)

This commit is contained in:
Jo
2026-02-08 09:07:25 +00:00
committed by GitHub
@@ -26,7 +26,8 @@ let
mkPrefetchScript =
tool: src: deps:
stdenv.mkDerivation {
name = "nix-prefetch-${tool}";
inherit (lib.trivial) version;
pname = "nix-prefetch-${tool}";
strictDeps = true;
nativeBuildInputs = [ makeWrapper ];