Unverified Commit f62c67a3 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

filterpath: set pname instead of name (#483016)

parents 70be20b0 dc9b8411
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  lib,
}:
stdenv.mkDerivation (finalAttrs: {
  name = "filterpath";
  pname = "filterpath";
  version = "1.0.4";

  src = fetchFromGitHub {