From 6086ecc7c4fa955239eb4d3f100ea9c5f210a133 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Sun, 19 Nov 2023 17:32:10 -0700 Subject: [PATCH] flake.nix: update vendor SHA256 Signed-off-by: Sumner Evans --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 11a9af5..745ceba 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ version = "unstable-2023-05-15"; src = self; subPackages = [ "cmd/mineshspc" ]; - vendorSha256 = "sha256-x03AOeJj6zfcbt4n5UyoRrIIjF3rySoc/q4XOR0NLs0="; + vendorSha256 = "sha256-vEOzqEaH2v4B4CKCkSbkNBX26LJ/d4X13hQtDH/fi8g="; }; packages.default = packages.mineshspc;