nim: 1.6.12 -> 1.6.14

This commit is contained in:
Marcus Ramberg 2023-07-01 21:31:28 +02:00
parent 41074a9bce
commit 755b664031

View file

@ -86,12 +86,12 @@ in {
nim-unwrapped = stdenv.mkDerivation rec {
pname = "nim-unwrapped";
version = "1.6.12";
version = "1.6.14";
strictDeps = true;
src = fetchurl {
url = "https://nim-lang.org/download/nim-${version}.tar.xz";
hash = "sha256-rO8LCrdzYE1Nc5S2hRntt0+zD0aRIpSyi8J+DHtLTcI=";
hash = "sha256-0HDS8oriQA33/kpJ7OufRc1TmQaxB0gYVqCveo+oLck=";
};
buildInputs = [ boehmgc openssl pcre readline sqlite ]