Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "libsodium: 1.0.16 -> 1.0.17"
  • Loading branch information
7c6f434c committed Apr 16, 2019
1 parent 5655be5 commit 555d6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsodium/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "libsodium-1.0.17";
name = "libsodium-1.0.16";

src = fetchurl {
url = "https://download.libsodium.org/libsodium/releases/${name}.tar.gz";
sha256 = "1cf2d9v1gylz1qcy2zappbf526qfmph6gd6fnn3w2b347vixmhqc";
sha256 = "0cq5pn7qcib7q70mm1lgjwj75xdxix27v0xl1xl0kvxww7hwgbgf";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit 555d6e9

Please sign in to comment.