Skip to content

Commit

Permalink
nim: 1.2.4 -> 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ehmry committed Aug 7, 2020
1 parent 585aa26 commit febbcb6
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.2.4";
version = "1.2.6";

src = fetchurl {
url = "https://nim-lang.org/download/${pname}-${version}.tar.xz";
sha256 = "0dnn60slvp3ynlx3zhv3cjkanv8zglljxws0db8g0rdyz8r8zwgf";
sha256 = "0zk5qzxayqjw7kq6p92j4008g9bbyilyymhdc5xq9sln5rqym26z";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit febbcb6

Please sign in to comment.