quill: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2024-12-12 07:19:41 +00:00
parent 52a2613850
commit c1056c02b2
+3 -3
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