Merge pull request #134542 from r-ryantm/auto-update/ruplacer

ruplacer: 0.4.1 -> 0.6.2

authored by Ben Siraphob and committed by GitHub c635cd71 f42f4d47

+3 -3
+3 -3
pkgs/tools/text/ruplacer/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ruplacer"; 5 - version = "0.4.1"; 6 7 src = fetchFromGitHub { 8 owner = "TankerHQ"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "0yj753d9wsnp4s5a71ph241jym5rfz3161a1v3qxfc4w23v86j1q"; 12 }; 13 14 - cargoSha256 = "0z1i1yfj1wdzbzapnvfr9ngn9z30xwlkrfhz52npbirysy1al5xk"; 15 16 buildInputs = (lib.optional stdenv.isDarwin Security); 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "ruplacer"; 5 + version = "0.6.2"; 6 7 src = fetchFromGitHub { 8 owner = "TankerHQ"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-gme/p/F+LvfzynPNKmaPbNsKbwNKFCeEbAADk5PyMh8="; 12 }; 13 14 + cargoSha256 = "sha256-/37TBl/FnCtkiufusPuJIpirD2WVO882xSqrfWVMNW0="; 15 16 buildInputs = (lib.optional stdenv.isDarwin Security); 17