Skip to content

Commit

Permalink
nim: 1.0.6 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm authored and ehmry committed Apr 3, 2020
1 parent 18b89e7 commit 3420bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/nim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "nim";
version = "1.0.6";
version = "1.2.0";

src = fetchurl {
url = "https://nim-lang.org/download/${pname}-${version}.tar.xz";
sha256 = "1cv6bxc7w21455c0pv0r2h64ljyzw266jsk1fsgiiyk2rx8mfkhk";
sha256 = "TpRYOjc5ZYIYBeZl4KBfUvthCRZnbtsJFIlBQVY3xXU=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 3420bd6

Please sign in to comment.