bugfix
This commit is contained in:
parent
e12fc81658
commit
77880c6ede
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ inputs: final: prev: {
|
|||
wgam-lyn = wgam-nightly.overrideAttrs (old: rec {
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.deuxfleurs.fr/lynatic/wgautomesh.git";
|
||||
rev = "9482910911d6cccce92d6990acbee7a5df3d879d";
|
||||
rev = "a8957c9558aaffcc0682afffd429253d7c0e026c";
|
||||
};
|
||||
cargoDeps = platform.importCargoLock {
|
||||
lockFile = src + "/Cargo.lock";
|
||||
|
|
Loading…
Reference in a new issue