summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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