igrep: 0.5.0 -> 0.5.1

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