Merge pull request #306493 from ehmry/nim

nim: 1.6.18 -> 1.6.20, 2.0.2 -> 2.0.4
This commit is contained in:
Weijia Wang 2024-05-04 14:31:28 +02:00 committed by GitHub
commit 26951f573e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,12 +76,12 @@ in {
nim-unwrapped-2 = stdenv.mkDerivation (finalAttrs: { nim-unwrapped-2 = stdenv.mkDerivation (finalAttrs: {
pname = "nim-unwrapped"; pname = "nim-unwrapped";
version = "2.0.2"; version = "2.0.4";
strictDeps = true; strictDeps = true;
src = fetchurl { src = fetchurl {
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz"; url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
hash = "sha256-ZPUdO/Vt6dDueeLKapzpRFSvmmOhQaaWnOjFmmC4LM8="; hash = "sha256-cVJr0HQ53I43j6Gm60B+2hKY8fPU30R23KDjyjy+Pwk=";
}; };
buildInputs = [ boehmgc openssl pcre readline sqlite ] buildInputs = [ boehmgc openssl pcre readline sqlite ]
@ -161,10 +161,10 @@ in {
}); });
nim-unwrapped-1 = nim-unwrapped-2.overrideAttrs (finalAttrs: prevAttrs: { nim-unwrapped-1 = nim-unwrapped-2.overrideAttrs (finalAttrs: prevAttrs: {
version = "1.6.18"; version = "1.6.20";
src = fetchurl { src = fetchurl {
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz"; url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
hash = "sha256-UCQaxyIpG6ljdT8EWqo1h7c8GqKK4pxXPBWluKYCoss="; hash = "sha256-/+0EdQTR/K9hDw3Xzz4Ce+kaKSsMnFEWFQTC87mE/7k=";
}; };
patches = [ patches = [