igrep: 0.5.0 -> 0.5.1

+3 -3
+3 -3
pkgs/tools/text/igrep/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "igrep"; 12 - version = "0.5.0"; 13 14 src = fetchFromGitHub { 15 owner = "konradsz"; 16 repo = "igrep"; 17 rev = "v${version}"; 18 - sha256 = "sha256-mJtxqwbqofiDuiGokn24qdnck27w7w/3A5mdqZIU88U="; 19 }; 20 21 - cargoSha256 = "sha256-ikU4SRLu7PQGbidPmf2W39e3sE8QY8YMU6Q0eWhgvLM="; 22 23 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 24
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "igrep"; 12 + version = "0.5.1"; 13 14 src = fetchFromGitHub { 15 owner = "konradsz"; 16 repo = "igrep"; 17 rev = "v${version}"; 18 + sha256 = "sha256-Blfkis0Ix0qhSt83YxRqJQJ2oQQK9DGmI60OkyQN5CE="; 19 }; 20 21 + cargoSha256 = "sha256-wEprTtD9/kKtGsbpj7gR+PjsDSAdl39ZoeU5BAGERRQ="; 22 23 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 24