Skip to content

Commit aad2a21

Browse files
jonafatoehmry
authored andcommittedJul 23, 2017
nim: 0.16.0 -> 0.17.0
1 parent 1a768eb commit aad2a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/compilers/nim/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "nim-${version}";
5-
version = "0.16.0";
5+
version = "0.17.0";
66

77
src = fetchurl {
88
url = "http://nim-lang.org/download/${name}.tar.xz";
9-
sha256 = "0rsibhkc5n548bn9yyb9ycrdgaph5kq84sfxc9gabjs7pqirh6cy";
9+
sha256 = "16vsmk4rqnkg9lc9h9jk62ps0x778cdqg6qrs3k6fv2g73cqvq9n";
1010
};
1111

1212
doCheck = true;

0 commit comments

Comments
 (0)
Please sign in to comment.