crabz: 0.7.2 -> 0.7.5

This commit is contained in:
figsoda 2022-07-26 20:29:53 +08:00
parent 59d13713c2
commit 4e7a1d6456

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "crabz"; pname = "crabz";
version = "0.7.2"; version = "0.7.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sstadick"; owner = "sstadick";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0ch9cqarsakihg9ymbdm0ka6wz77z84n4g6cdlcskczc5g3b9gp9"; sha256 = "sha256-9PZbrdgHX7zOftecvsyVjYUkBlFEt20lYtLSkFcb8dg=";
}; };
cargoSha256 = "sha256-nrCYlhq/f8gk3NmltAg+xppRJ533ooEpetWvaF2vmP0="; cargoSha256 = "sha256-tT6RCL5pOAMZw7cQr0BCAde9Y/1FeBBLXF6uXfM1I0A=";
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];