grex: 1.2.0 -> 1.3.0

This commit is contained in:
R. RyanTM 2021-09-16 10:12:48 +00:00
parent 1be22b2c1e
commit 8c8ed6554d

View File

@ -8,15 +8,15 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "grex"; pname = "grex";
version = "1.2.0"; version = "1.3.0";
cargoSha256 = "sha256-aEwMJ9f08SJhrL8kLaTp54yP1hYGb3Ob5KNzZ5r752s="; cargoSha256 = "sha256-zNwTk4RcTv2dGbKWelOPSvasBmj7tnjLhQ0DZhZ9hxk=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pemistahl"; owner = "pemistahl";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-3M6wQB7+1MKPcxSvjDTNs33TrFjCEeFlbh1akwJHLLU="; sha256 = "sha256-NMz35jgd7XPemVdA8nol2H6cgWD3yEPh0FEMPw8kgKQ=";
}; };
buildInputs = lib.optionals stdenv.isDarwin [ Security ]; buildInputs = lib.optionals stdenv.isDarwin [ Security ];