nix-prefetch-*: set pname and version

This commit is contained in:
Hythera
2026-02-06 17:11:24 +01:00
parent 92847d24af
commit 93d623ed0d
@@ -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 ];