Skip to content

Commit

Permalink
nim: 0.17.0 -> 0.17.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 4810ee4)
  • Loading branch information
obadz committed Oct 1, 2017
1 parent f739628 commit c9724c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/nim/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "nim-${version}";
version = "0.17.0";
version = "0.17.2";

src = fetchurl {
url = "http://nim-lang.org/download/${name}.tar.xz";
sha256 = "16vsmk4rqnkg9lc9h9jk62ps0x778cdqg6qrs3k6fv2g73cqvq9n";
sha256 = "1gc2xk3ygmz9y4pm75pligssgw995a7gvnfpy445fjpw4d81pzxa";
};

doCheck = true;
Expand Down

0 comments on commit c9724c6

Please sign in to comment.