From a1d0f221322c8e2b64503ea13bee63f7e150c5eb Mon Sep 17 00:00:00 2001 From: Rasphino Date: Sat, 7 Jan 2023 23:38:32 +0800 Subject: [PATCH] fix: update flake.nix hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c372ff4b80..88a6eacbc0 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ inherit version; src = ./.; - vendorSha256 = "sha256-XVz2vts4on42lfxnov4jnUrHzSFF05+i1TVY3C7bgdw="; + vendorSha256 = "sha256-8cbcE9gKJjU14DNTLPc6nneEPZg7Akt+FlSDlPRvG5k="; # Do not build testing suit excludedPackages = [ "./test" ];