obconf: fix --replace warning

+1 -1
+1 -1
pkgs/by-name/ob/obconf/package.nix
··· 41 ]; 42 43 postPatch = '' 44 - substituteInPlace configure.ac --replace 2.0.4 ${finalAttrs.version} 45 ''; 46 47 meta = {
··· 41 ]; 42 43 postPatch = '' 44 + substituteInPlace configure.ac --replace-fail 2.0.4 ${finalAttrs.version} 45 ''; 46 47 meta = {