mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
eschalot: 2018-01-19 -> 1.2.0.20191006
This commit is contained in:
parent
9d6fd2ba13
commit
b816ee9a0f
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user