From a161f63375842d56706cd17644b4a51fae7eeb25 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 7 Dec 2022 09:37:00 -0700 Subject: [PATCH] bump vendor hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8b8ff01..2943ace 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ src = ./.; vendorSha256 = - "sha256-FQsILSY4xC2byrg7bMMTJ/HOuq7hMKIffsDYbfm+h6E="; + "sha256-8DTR8NADEcAqmfxyM4vEBpOq2gXXBSj1ee2ZN08lMSY="; proxyVendor = true; nativeBuildInputs = with pkgs; [ pkg-config ];