about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-23 21:13:17 +0100
committerGitHub <noreply@github.com>2021-01-23 21:13:17 +0100
commit44837a9d6aab3380eb832f09a48a8eef23f4c0bd (patch)
tree47e30fbbb1fd2003c40b88d23621e7a0ec6f4b21 /pkgs/tools
parenta5dba1b293dc6feb6a89d09b62bb3ec3d167be0d (diff)
parentb816ee9a0f762e6cb4261bb01cf3baf2cfcc5f8b (diff)
downloadnixlib-44837a9d6aab3380eb832f09a48a8eef23f4c0bd.tar
nixlib-44837a9d6aab3380eb832f09a48a8eef23f4c0bd.tar.gz
nixlib-44837a9d6aab3380eb832f09a48a8eef23f4c0bd.tar.bz2
nixlib-44837a9d6aab3380eb832f09a48a8eef23f4c0bd.tar.lz
nixlib-44837a9d6aab3380eb832f09a48a8eef23f4c0bd.tar.xz
nixlib-44837a9d6aab3380eb832f09a48a8eef23f4c0bd.tar.zst
nixlib-44837a9d6aab3380eb832f09a48a8eef23f4c0bd.zip
Merge pull request #110604 from dotlambda/eschalot-1.2.0.20191006
eschalot: 2018-01-19 -> 1.2.0.20191006
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/eschalot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/eschalot/default.nix b/pkgs/tools/security/eschalot/default.nix
index 046750616152..0c984c5d35e5 100644
--- a/pkgs/tools/security/eschalot/default.nix
+++ b/pkgs/tools/security/eschalot/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "eschalot";
-  version = "2018-01-19";
+  version = "1.2.0.20191006";
 
   src = fetchFromGitHub {
     owner = "ReclaimYourPrivacy";
     repo = pname;
-    rev = "56a967b62631cfd3c7ef68541263dbd54cbbc2c4";
-    sha256 = "1iw1jrydasm9dmgpcdimd8dy9n281ys9krvf3fd3dlymkgsj604d";
+    rev = "a45bad5b9a3e4939340ddd8a751ceffa3c0db76a";
+    sha256 = "1wbi0azc2b57nmmx6c1wmvng70d9ph1s83yhnl5lxaaqaj85h22g";
   };
 
   buildInputs = [ openssl ];