Skip to content

Commit

Permalink
quill: 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 12, 2024
1 parent 52a2613 commit c1056c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/quill/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
'';

useFetchCargoVendor = true;
cargoHash = "sha256-bY5JiyaXnVF/a1fbTP2wcvt4g7QNjf91j9I2WzqUrc8=";
cargoHash = "sha256-16DeeJAZQGarMSmQaIz1Xw0AzAEffEG5v9HrtrPIw4U=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit c1056c0

Please sign in to comment.