Skip to content

Commit

Permalink
nim: 0.15.2 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Jan 9, 2017
1 parent 5bc7cee commit 5b4906a
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.15.2";
version = "0.16.0";

src = fetchurl {
url = "http://nim-lang.org/download/${name}.tar.xz";
sha256 = "12pyzjx7x4hclzrf3zf6r1qjlp60bzsaqrz0rax2rak2c8qz4pch";
sha256 = "0rsibhkc5n548bn9yyb9ycrdgaph5kq84sfxc9gabjs7pqirh6cy";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 5b4906a

Please sign in to comment.