diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-14 21:09:42 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-14 21:09:42 +0200 |
| commit | c61ba8f8eb86f66915a54551fcc39dfbeab1fad9 (patch) | |
| tree | f3104a4f1834ca66c3593d5e69354a260b337a55 /default.nix | |
| parent | ebc2e26a1b3498363bb7522c241de2925bb7f627 (diff) | |
| download | libs-lbm-c61ba8f8eb86f66915a54551fcc39dfbeab1fad9.tar.gz | |
Working on meta schema instantiation, because I'm stupid
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 2562f1d..0a110b8 100644 --- a/default.nix +++ b/default.nix @@ -71,7 +71,7 @@ let src = builtins.fetchurl { url = "https://git.keldu.de/forstio-forstio/snapshot/master.tar.gz"; - sha256 = "sha256:1bpglvf0h90dqdm25kp3h1rvk3f7fyasp43xsgki09n1yp55iw9w"; + sha256 = "sha256:0dm4ix3a53zx2ddyalzn33lwgqi6aacpcmlqrz28x11c96s30xyh"; }; phases = [ "unpackPhase" "installPhase" ]; |
