From de527e331295724c8936fdf0437b2f7c490a5450 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Wed, 24 Jul 2024 17:53:36 +0800 Subject: [PATCH] [nix] bump upickle --- build.sc | 2 +- nix/t1/t1.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 9a2c6004d..964656438 100644 --- a/build.sc +++ b/build.sc @@ -20,7 +20,7 @@ object v { val scala = "2.13.14" val mainargs = ivy"com.lihaoyi::mainargs:0.5.0" val oslib = ivy"com.lihaoyi::os-lib:0.9.1" - val upickle = ivy"com.lihaoyi::upickle:3.1.3" + val upickle = ivy"com.lihaoyi::upickle:3.3.1" val spire = ivy"org.typelevel::spire:latest.integration" val evilplot = ivy"io.github.cibotech::evilplot:latest.integration" } diff --git a/nix/t1/t1.nix b/nix/t1/t1.nix index 4d82fec34..3b8172a10 100644 --- a/nix/t1/t1.nix +++ b/nix/t1/t1.nix @@ -44,7 +44,7 @@ let ./../../common.sc ]; }; - millDepsHash = "sha256-ZwIl6YsaGde3ikbzxLzY2+/XTc5O2dQrOMKcwhKEq+k="; + millDepsHash = "sha256-vrxTqskAH7H598ZWRC/+KAXOQlQ6f+gL9c0hvD25xOM="; nativeBuildInputs = [ submodules.setupHook ]; };