Merge pull request #325532 from r-ryantm/auto-update/kestrel

kestrel: 1.0.1 -> 1.0.2
This commit is contained in:
Nick Cao 2024-07-08 16:03:48 -04:00 committed by GitHub
commit 6e77fca0b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "kestrel";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "finfet";
repo = pname;
rev = "v${version}";
hash = "sha256-aj8c4Hagdqoi7Q/AM0drjyrGOvqrT35sEjc2TC0ei6M=";
hash = "sha256-bKQBOk9yUqgnufRyyqXatsRHpesbM49rAkz0dD5XE80=";
};
cargoHash = "sha256-D3yGIZr6/jaySacdz0yOPQUpKsuYlgBGx0V/4lXuVuw=";
cargoHash = "sha256-R5TRF4yvjQalsj1UA2kiLBuTOhqIbbHW6lvf1ixvJG4=";
nativeBuildInputs = [
installShellFiles