Revert "nixpkgs: scrypt 1.1.6 -> 1.2.0"

This breaks the build. :(

This reverts commit 4022e07c1e.
This commit is contained in:
Austin Seipp 2015-08-31 05:43:22 -05:00
parent 3e391b839a
commit 7399c600e4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "scrypt-${version}";
version = "1.2.0";
version = "1.1.6";
src = fetchurl {
url = "https://www.tarsnap.com/scrypt/${name}.tgz";
sha256 = "1m39hpfby0fdjam842773i5w7pa0qaj7f0r22jnchxsj824vqm0p";
url = "https://www.tarsnap.com/scrypt/scrypt-1.1.6.tgz";
sha256 = "dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8";
};
buildInputs = [ openssl ];