mirror of
https://github.com/pabloaul/lsfg-vk-flake.git
synced 2025-08-27 10:56:29 -03:00
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
This commit is contained in:
parent
754f64f7e4
commit
cdcec1d2be
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "PancakeTAS";
|
owner = "PancakeTAS";
|
||||||
repo = "lsfg-vk";
|
repo = "lsfg-vk";
|
||||||
rev = "7113d7d02da9fc9df5cb3b03230d1f7de86f7056";
|
rev = "7113d7d02da9fc9df5cb3b03230d1f7de86f7056";
|
||||||
hash = "sha256-hWpuPH7mKbeMaLaRUwtlkNLy4lOnJEe+yd54L7y2kV0=";
|
hash = "sha256-nIyVOil/gHC+5a+sH3vMlcqVhixjJaGWqXbyoh2Nqyw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-hIQRS/egIDU5Vu/1KWHtpt4S26h+9GadVr+lBAG2LDg=";
|
cargoHash = "sha256-hIQRS/egIDU5Vu/1KWHtpt4S26h+9GadVr+lBAG2LDg=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue