summary refs log tree commit diff
path: root/pkgs/tools/security/quill
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-24 12:54:46 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-24 12:54:46 +0000
commit983577f6116c4bc25b793d08fad22e3c818727c3 (patch)
tree9d7058cc4c3108941825591df21ced79e35eae7a /pkgs/tools/security/quill
parent002e0737ff526e15e30ce6be41fc0037d8e88ab7 (diff)
quill: 0.2.1 -> 0.2.4
Diffstat (limited to 'pkgs/tools/security/quill')
-rw-r--r--pkgs/tools/security/quill/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/quill/default.nix b/pkgs/tools/security/quill/default.nix
index 74c7996a89646..9440823f4292a 100644
--- a/pkgs/tools/security/quill/default.nix
+++ b/pkgs/tools/security/quill/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "quill";
-  version = "0.2.1";
+  version = "0.2.4";
 
   src = fetchFromGitHub {
     owner = "dfinity";
     repo = "quill";
     rev = "v${version}";
-    sha256 = "02ga2xkdxs36mfr4lv43cy6wkf27c28bdkzfkp3az5jvyk17mkfr";
+    sha256 = "sha256-rR5VgdlJy6TQBmCHuKc7nPjznbeLjCmQdUJKjY0GsNI=";
   };
 
   ic = fetchFromGitHub {
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
     export OPENSSL_LIB_DIR=${openssl.out}/lib
   '';
 
-  cargoSha256 = "142pzhyi73ljlqas5vbhjhn4vmp9w9ps1mv8q7s3kzg0h7jcvm1k";
+  cargoSha256 = "sha256-nLNuOqShOq01gVWoRCbsvfAd7B9VClUA8Hu8/UQNILg=";
 
   nativeBuildInputs = [ pkg-config protobuf ];
   buildInputs = [ openssl ]