From cdcec1d2be7541113d9b5ce40a28856458b1fad8 Mon Sep 17 00:00:00 2001 From: Nojus Date: Thu, 31 Jul 2025 02:44:21 +0200 Subject: [PATCH] lsfg-vk-ui: fix fetch hash submodules make a difference, whoops. stuff worked on my side because the repo got cached with the submodules included --- lsfg-vk-ui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsfg-vk-ui.nix b/lsfg-vk-ui.nix index fd465fc..d12f832 100644 --- a/lsfg-vk-ui.nix +++ b/lsfg-vk-ui.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage { owner = "PancakeTAS"; repo = "lsfg-vk"; rev = "7113d7d02da9fc9df5cb3b03230d1f7de86f7056"; - hash = "sha256-hWpuPH7mKbeMaLaRUwtlkNLy4lOnJEe+yd54L7y2kV0="; + hash = "sha256-nIyVOil/gHC+5a+sH3vMlcqVhixjJaGWqXbyoh2Nqyw="; }; cargoHash = "sha256-hIQRS/egIDU5Vu/1KWHtpt4S26h+9GadVr+lBAG2LDg=";