summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-18 02:04:55 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-19 22:27:44 -0800
commit789f51c4fb2b36df188351c2a2145950a26261c2 (patch)
treefd04bb3e40fb834f680ef99eafa204c8de670f62
parent3d1a5603daba782640ca976615589383346a5608 (diff)
enet: 1.3.16 -> 1.3.17
-rw-r--r--pkgs/development/libraries/enet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/enet/default.nix b/pkgs/development/libraries/enet/default.nix
index 8a264d73b621..61b8c1be4f2b 100644
--- a/pkgs/development/libraries/enet/default.nix
+++ b/pkgs/development/libraries/enet/default.nix
@@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
- name = "enet-1.3.16";
+ name = "enet-1.3.17";
src = fetchurl {
url = "http://enet.bespin.org/download/${name}.tar.gz";
- sha256 = "1lggc82rbzscci057dqqyhkbq4j6mr5k01hbrvn06jkzc2xpxdxv";
+ sha256 = "1p6f9mby86af6cs7pv6h48032ip9g32c05cb7d9mimam8lchz3x3";
};
meta = {