Merge pull request #110604 from dotlambda/eschalot-1.2.0.20191006

eschalot: 2018-01-19 -> 1.2.0.20191006
This commit is contained in:
Sandro 2021-01-23 21:13:17 +01:00 committed by GitHub
commit 44837a9d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "eschalot"; pname = "eschalot";
version = "2018-01-19"; version = "1.2.0.20191006";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ReclaimYourPrivacy"; owner = "ReclaimYourPrivacy";
repo = pname; repo = pname;
rev = "56a967b62631cfd3c7ef68541263dbd54cbbc2c4"; rev = "a45bad5b9a3e4939340ddd8a751ceffa3c0db76a";
sha256 = "1iw1jrydasm9dmgpcdimd8dy9n281ys9krvf3fd3dlymkgsj604d"; sha256 = "1wbi0azc2b57nmmx6c1wmvng70d9ph1s83yhnl5lxaaqaj85h22g";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];