Merge pull request #138120 from r-ryantm/auto-update/grex

grex: 1.2.0 -> 1.3.0

authored by Sandro and committed by GitHub 0ecf2a99 a39ee95a

+3 -3
+3 -3
pkgs/tools/misc/grex/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "grex"; 11 - version = "1.2.0"; 12 13 - cargoSha256 = "sha256-aEwMJ9f08SJhrL8kLaTp54yP1hYGb3Ob5KNzZ5r752s="; 14 15 src = fetchFromGitHub { 16 owner = "pemistahl"; 17 repo = pname; 18 rev = "v${version}"; 19 - sha256 = "sha256-3M6wQB7+1MKPcxSvjDTNs33TrFjCEeFlbh1akwJHLLU="; 20 }; 21 22 buildInputs = lib.optionals stdenv.isDarwin [ Security ];
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "grex"; 11 + version = "1.3.0"; 12 13 + cargoSha256 = "sha256-zNwTk4RcTv2dGbKWelOPSvasBmj7tnjLhQ0DZhZ9hxk="; 14 15 src = fetchFromGitHub { 16 owner = "pemistahl"; 17 repo = pname; 18 rev = "v${version}"; 19 + sha256 = "sha256-NMz35jgd7XPemVdA8nol2H6cgWD3yEPh0FEMPw8kgKQ="; 20 }; 21 22 buildInputs = lib.optionals stdenv.isDarwin [ Security ];