Skip to content

Commit

Permalink
igrep: 1.2.0 -> 1.3.0 (#340644)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F authored Sep 9, 2024
2 parents 1e43f86 + 8a9f9c9 commit 871e5f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/igrep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "igrep";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
owner = "konradsz";
repo = "igrep";
rev = "v${version}";
hash = "sha256-L5mHuglU0CvTi02pbR8xfezBoH8L/DS+7jgvYvb4yro=";
hash = "sha256-ZZhzBGLpzd9+rok+S/ypKpWXVzXaA1CnviC7LfgP/CU=";
};

cargoHash = "sha256-k63tu5Ffus4z0yd8vQ79q4+tokWAXD05Pvv9JByfnDg=";
cargoHash = "sha256-raSz/+u7P04qHmvdfYoWKOKtNtaFlgmT8Nw0ImhCMkU=";

buildInputs = lib.optionals stdenv.isDarwin [ Security ];

Expand Down

0 comments on commit 871e5f3

Please sign in to comment.