grex: 1.3.0 -> 1.4.0

This commit is contained in:
Sandro Jäckel 2022-07-27 22:51:18 +02:00
parent 4f9091bd98
commit 283b08e6f4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "grex";
version = "1.3.0";
cargoSha256 = "sha256-zNwTk4RcTv2dGbKWelOPSvasBmj7tnjLhQ0DZhZ9hxk=";
version = "1.4.0";
src = fetchFromGitHub {
owner = "pemistahl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NMz35jgd7XPemVdA8nol2H6cgWD3yEPh0FEMPw8kgKQ=";
sha256 = "sha256-iKrsiHGXaZ4OXkS28+6r0AhPZsb22fDVbDA2QjaVVTw=";
};
cargoSha256 = "sha256-J+kz4aj6CXm0QsMQfPwK+30EtQOtfpCwp821DLhpVCI=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
doInstallCheck = true;