1{ callPackage, ... }@args: 2 3callPackage ./generic.nix ( 4 args 5 // { 6 version = "0.3.3"; 7 sha256 = "0g5df00cj4nczrmr4k791l7la0sq2wnf8rn981fsrz1f3d2yix4i"; 8 patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one 9 } 10)