From e8539740f6faf49404f30225607edbad58c34962 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 23 Sep 2024 15:16:49 -0500 Subject: [PATCH] update deps hash --- nix/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/flake.nix b/nix/flake.nix index f5ee04f..4325391 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -43,7 +43,7 @@ pname = "tsm"; version = "2024.1001-unstable"; src = ../.; - nimbleDepsHash = "sha256-1J0Wt/XjFiSN1MTfgg9tE5dY3GnXH/UgG3zCL19GgpU="; + nimbleDepsHash = "sha256-8noTwYwtaPaF9iGq4EZhWMi709l9e66CJn8vm4aIyO4="; nimFlags = [ "-d:TsmVersion=v${version}" ];