From 77c50324ef6267b7de69d1a125e755701ad8c6e4 Mon Sep 17 00:00:00 2001 From: morgan Date: Wed, 29 May 2024 11:01:43 +0800 Subject: [PATCH] flake: update libfringe hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a73a98912..74a01c561 100644 --- a/flake.nix +++ b/flake.nix @@ -239,7 +239,7 @@ cargoDeps = rustPlatform.importCargoLock { lockFile = ./artiq/firmware/Cargo.lock; outputHashes = { - "fringe-1.2.1" = "sha256-m4rzttWXRlwx53LWYpaKuU5AZe4GSkbjHS6oINt5d3Y="; + "fringe-1.2.1" = "sha256-u7NyZBzGrMii79V+Xs4Dx9tCpiby6p8IumkUl7oGBm0="; "tar-no-std-0.1.8" = "sha256-xm17108v4smXOqxdLvHl9CxTCJslmeogjm4Y87IXFuM="; }; };