summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-10 09:38:05 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-10 09:38:05 +0100
commit5ac5d7f8f3cdbfa8ab3579aaa8339499e26918d9 (patch)
tree3973232ed87f866f60e8543f9d93353a5a5e563e
parentf9f7c33eee4c80993c1ea783c937ab0f8226a743 (diff)
downloadlibs-lbm-5ac5d7f8f3cdbfa8ab3579aaa8339499e26918d9.tar.gz
Sanitary cleaning.
Dev changed to master to avoid hash updates.
-rw-r--r--default.nix2
-rw-r--r--examples/planetary_3d/.nix/derivation.nix1
-rwxr-xr-xutil/build.sh2
3 files changed, 2 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index a70788e..5db7cce 100644
--- a/default.nix
+++ b/default.nix
@@ -12,7 +12,7 @@ let
};
forstio = (import ((builtins.fetchTarball {
- url = "https://git.keldu.de/forstio-forstio/snapshot/dev.tar.gz";
+ url = "https://git.keldu.de/forstio-forstio/snapshot/master.tar.gz";
sha256 = "sha256:0qjishg8za7s4z5nb5zi27zyx70b662mjrfqag9mrxlch866a0fx";
}) + "/default.nix"){
inherit stdenv;
diff --git a/examples/planetary_3d/.nix/derivation.nix b/examples/planetary_3d/.nix/derivation.nix
index c6c3ea6..f45815d 100644
--- a/examples/planetary_3d/.nix/derivation.nix
+++ b/examples/planetary_3d/.nix/derivation.nix
@@ -28,7 +28,6 @@ stdenv.mkDerivation {
forstio.codec-json
forstio.remote
forstio.remote-filesystem
- forstio.remote-sycl
forstio.remote-io
kel-lbm
];
diff --git a/util/build.sh b/util/build.sh
index 40fcae5..254c1ff 100755
--- a/util/build.sh
+++ b/util/build.sh
@@ -3,7 +3,7 @@ set -euo pipefail
# --- Configuration: package name and version ---
PKG_NAME="kel-lbm"
-PKG_VERSION="0.0.2"
+PKG_VERSION="0.0.3"
# --- Ensure we're in the Git root ---
if ! GIT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null); then