filterpath: set pname instead of name

This commit is contained in:
jopejoe1
2026-01-23 11:09:24 +01:00
parent 7360ff076d
commit dc9b84113b

View File

@@ -4,7 +4,7 @@
lib,
}:
stdenv.mkDerivation (finalAttrs: {
name = "filterpath";
pname = "filterpath";
version = "1.0.4";
src = fetchFromGitHub {