From c749dee552a578db967df40cbb93c543d753bb5f Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 7 Jun 2016 03:15:04 -0700 Subject: [PATCH] nim 0.14.0 Closes #1772. Signed-off-by: ilovezfs --- Formula/nim.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/nim.rb b/Formula/nim.rb index ec4178f7a9..6d844bac58 100644 --- a/Formula/nim.rb +++ b/Formula/nim.rb @@ -1,8 +1,8 @@ class Nim < Formula desc "Statically typed, imperative programming language" homepage "http://nim-lang.org/" - url "http://nim-lang.org/download/nim-0.13.0.tar.xz" - sha256 "cd61f5e5768d4063596d6df578ae9bb5f9d52430773542987e91050b848cb1a9" + url "http://nim-lang.org/download/nim-0.14.0.tar.xz" + sha256 "023524b422c745a8fc2ee1207e35babbeb9c6b5f81a3bf85071986b48debd6a5" head "https://github.com/nim-lang/Nim.git", :branch => "devel" bottle do