diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-26 22:24:09 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-26 22:24:09 +0200 |
| commit | 960a3ef31095af11c7c764a1bcdcb4b424c529b8 (patch) | |
| tree | 39cdf138c9887022fb87845e6c746ffc6a31c275 /default.nix | |
| parent | 1e2e1755beb592f86f61337524121b98063a0d89 (diff) | |
| download | libs-lbm-960a3ef31095af11c7c764a1bcdcb4b424c529b8.tar.gz | |
Dangling changes. Fixed compilation issues which hurt my brain
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 c4fe8d1..52c7b5f 100644 --- a/default.nix +++ b/default.nix @@ -46,7 +46,7 @@ let src = builtins.fetchurl { url = "https://git.keldu.de/forstio-forstio/snapshot/master.tar.gz"; - sha256 = "sha256:026scvd9015blphbj49d0cv5wfrxh1szzdv3p212wzk4iw643akj"; + sha256 = "sha256:1ra0z2z0hbhrc372kbs6bs7qh00xc9xj3b40pvs0cjfdpvcfb538"; }; phases = [ "unpackPhase" "installPhase" ]; |
