diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-16 09:05:08 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-16 09:05:08 +0200 |
| commit | e19b4c91cfc7c370851c73314f54ef3e479b45bc (patch) | |
| tree | f4d727e560f77b416419b14567f9c8f6d9eabb81 /default.nix | |
| parent | 30ff1caf073b4341fd0614e0974c67a8588c8931 (diff) | |
| download | libs-lbm-e19b4c91cfc7c370851c73314f54ef3e479b45bc.tar.gz | |
Address boundary error
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 0a110b8..6940267 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:0dm4ix3a53zx2ddyalzn33lwgqi6aacpcmlqrz28x11c96s30xyh"; + sha256 = "sha256:17zsz10lj5dgqw3fmassgqlhbwgpd7zznbq8cl0sw1v816w3ca8z"; }; phases = [ "unpackPhase" "installPhase" ]; |
