Merge pull request #240967 from marcusramberg/marcus/nim-1.6.14

nim: 1.6.12 -> 1.6.14
This commit is contained in:
Pol Dellaiera 2023-07-01 22:40:23 +02:00 committed by GitHub
commit 244a8ed78b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ]