igrep: 0.1.2 -> 0.2.0

authored by 0x4A6F and committed by Matthieu Coudron a173e92e bc6b0979

+4 -3
+4 -3
pkgs/tools/text/igrep/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "igrep"; 12 - version = "0.1.2"; 13 14 src = fetchFromGitHub { 15 owner = "konradsz"; 16 repo = "igrep"; 17 rev = "v${version}"; 18 - sha256 = "sha256-ZbJogp4rTc3GAD71iQUIf5EqwJ8XD9/WmvdAcGIgcvY="; 19 }; 20 21 - cargoSha256 = "sha256-sj2GEyUPq9+JXlGpKYRNfhfwGf5F/J46AoOjUu4xm7I="; 22 23 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 24 ··· 29 meta = with lib; { 30 description = "Interactive Grep"; 31 homepage = "https://github.com/konradsz/igrep"; 32 license = licenses.mit; 33 maintainers = with maintainers; [ _0x4A6F ]; 34 };
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "igrep"; 12 + version = "0.2.0"; 13 14 src = fetchFromGitHub { 15 owner = "konradsz"; 16 repo = "igrep"; 17 rev = "v${version}"; 18 + sha256 = "sha256-CH0wf9EhNnfi93W/4IJf6bPqU4pgw6Q9965Wjln9pso="; 19 }; 20 21 + cargoSha256 = "sha256-VnZuRLBt/Q+D89+jKm0rak+ID5oNbvN1k8or3pYzfIM="; 22 23 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 24 ··· 29 meta = with lib; { 30 description = "Interactive Grep"; 31 homepage = "https://github.com/konradsz/igrep"; 32 + changelog = "https://github.com/konradsz/igrep/blob/v${version}/CHANGELOG.md"; 33 license = licenses.mit; 34 maintainers = with maintainers; [ _0x4A6F ]; 35 };