nim: 2.0.4 -> 2.0.8

This commit is contained in:
volesen 2024-07-11 13:34:22 +02:00 committed by Emery Hemingway
parent b860563063
commit 836c11a6f6

View File

@ -76,12 +76,12 @@ in {
nim-unwrapped-2 = stdenv.mkDerivation (finalAttrs: {
pname = "nim-unwrapped";
version = "2.0.4";
version = "2.0.8";
strictDeps = true;
src = fetchurl {
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
hash = "sha256-cVJr0HQ53I43j6Gm60B+2hKY8fPU30R23KDjyjy+Pwk=";
hash = "sha256-VwLahEcA0xKdtzFwtcYGrb37h+grgWwNkRB+ogpl3xY=";
};
buildInputs = [ boehmgc openssl pcre readline sqlite ]