obconf: fix --replace warning

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