From 2ad4128472c1bc8ec946c5fc2960e7d82eb3070d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 7 Jan 2025 03:15:17 +0000 Subject: [PATCH] quill: 0.5.2 -> 0.5.3 --- pkgs/tools/security/quill/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/quill/default.nix b/pkgs/tools/security/quill/default.nix index 3bb0c82f19cb..8f9cf642c969 100644 --- a/pkgs/tools/security/quill/default.nix +++ b/pkgs/tools/security/quill/default.nix @@ -14,13 +14,13 @@ rustPlatform.buildRustPackage rec { pname = "quill"; - version = "0.5.2"; + version = "0.5.3"; src = fetchFromGitHub { owner = "dfinity"; repo = "quill"; rev = "v${version}"; - hash = "sha256-Ra6VWy9SBxbu5V6I+QpDr2mbLwBUHFh8Nz6AKpVR7io="; + hash = "sha256-lCDKM9zzGcey4oWp6imiHvGSNRor0xhlmlhRkSXFLlU="; }; ic = fetchFromGitHub { @@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec { ''; useFetchCargoVendor = true; - cargoHash = "sha256-16DeeJAZQGarMSmQaIz1Xw0AzAEffEG5v9HrtrPIw4U="; + cargoHash = "sha256-rpsbQYA6RBYSo2g+YhYG02CYlboRQvIwMqPAybayCOs="; nativeBuildInputs = [ pkg-config