quill: 0.5.1 -> 0.5.2 (#364501)

This commit is contained in:
Nick Cao 2024-12-12 09:45:16 -05:00 committed by GitHub
commit 78dcb8b9da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
rustPlatform.buildRustPackage rec {
pname = "quill";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "dfinity";
repo = "quill";
rev = "v${version}";
hash = "sha256-9M3xywc1Vx5jBFlOcQuYbvtUu8tJwOIxzMoomwANkm8=";
hash = "sha256-Ra6VWy9SBxbu5V6I+QpDr2mbLwBUHFh8Nz6AKpVR7io=";
};
ic = fetchFromGitHub {
@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
'';
useFetchCargoVendor = true;
cargoHash = "sha256-bY5JiyaXnVF/a1fbTP2wcvt4g7QNjf91j9I2WzqUrc8=";
cargoHash = "sha256-16DeeJAZQGarMSmQaIz1Xw0AzAEffEG5v9HrtrPIw4U=";
nativeBuildInputs = [
pkg-config