nim: 1.6.10 -> 1.6.12

+4 -4
+4 -4
pkgs/development/compilers/nim/default.nix
··· 86 87 nim-unwrapped = stdenv.mkDerivation rec { 88 pname = "nim-unwrapped"; 89 - version = "1.6.10"; 90 strictDeps = true; 91 92 src = fetchurl { 93 url = "https://nim-lang.org/download/nim-${version}.tar.xz"; 94 - hash = "sha256-E9dwL4tXCHur6M0FHBO8VqMXFBi6hntJxrvQmynST+o="; 95 }; 96 97 buildInputs = [ boehmgc openssl pcre readline sqlite ]; ··· 153 154 nimble-unwrapped = stdenv.mkDerivation rec { 155 pname = "nimble-unwrapped"; 156 - version = "0.13.1"; 157 strictDeps = true; 158 159 src = fetchFromGitHub { 160 owner = "nim-lang"; 161 repo = "nimble"; 162 rev = "v${version}"; 163 - sha256 = "1idb4r0kjbqv16r6bgmxlr13w2vgq5332hmnc8pjbxiyfwm075x8"; 164 }; 165 166 depsBuildBuild = [ nim-unwrapped ];
··· 86 87 nim-unwrapped = stdenv.mkDerivation rec { 88 pname = "nim-unwrapped"; 89 + version = "1.6.12"; 90 strictDeps = true; 91 92 src = fetchurl { 93 url = "https://nim-lang.org/download/nim-${version}.tar.xz"; 94 + hash = "sha256-rO8LCrdzYE1Nc5S2hRntt0+zD0aRIpSyi8J+DHtLTcI="; 95 }; 96 97 buildInputs = [ boehmgc openssl pcre readline sqlite ]; ··· 153 154 nimble-unwrapped = stdenv.mkDerivation rec { 155 pname = "nimble-unwrapped"; 156 + version = "0.14.2"; 157 strictDeps = true; 158 159 src = fetchFromGitHub { 160 owner = "nim-lang"; 161 repo = "nimble"; 162 rev = "v${version}"; 163 + hash = "sha256-8b5yKvEl7c7wA/8cpdaN2CSvawQJzuRce6mULj3z/mI="; 164 }; 165 166 depsBuildBuild = [ nim-unwrapped ];