diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-29 21:56:48 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-05-29 21:56:48 +0200 |
| commit | 2dd7c95a111a930e8e23140ab3fec074e7de4c8c (patch) | |
| tree | 74edc82d6cdad766c31f68d4755a2f49eff4a422 /default.nix | |
| parent | 346d979dcdea3e3f37d3ad55680b4f0469d7220c (diff) | |
| download | libs-lbm-2dd7c95a111a930e8e23140ab3fec074e7de4c8c.tar.gz | |
Dangling
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 52c7b5f..4303f93 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:1ra0z2z0hbhrc372kbs6bs7qh00xc9xj3b40pvs0cjfdpvcfb538"; + sha256 = "sha256:0khnwmrhdric5i701wfbkbdrfzp9vrswg6raan4njmwlx146vbrf"; }; phases = [ "unpackPhase" "installPhase" ]; @@ -187,7 +187,7 @@ in rec { examples.poiseulle_particles_2d_psm_gpu examples.poiseulle_particles_2d_hlbm_gpu examples.poiseulle_particles_2d_fplbm_gpu - examples.poiseulle_3d_gpu + examples.poiseulle_particles_2d_ibm_gpu ]; }; }; |
