From 5ac5d7f8f3cdbfa8ab3579aaa8339499e26918d9 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 10 Nov 2025 09:38:05 +0100 Subject: Sanitary cleaning. Dev changed to master to avoid hash updates. --- default.nix | 2 +- examples/planetary_3d/.nix/derivation.nix | 1 - util/build.sh | 2 +- 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 -- cgit v1.2.3