summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-09 11:43:38 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-09 11:43:38 +0100
commitf9f7c33eee4c80993c1ea783c937ab0f8226a743 (patch)
treed8915d5a820504e22cf8bfa7014e3130d5f6f44e
parentd0339dded21285dc88f0bb6b196b05583eb984e9 (diff)
downloadlibs-lbm-f9f7c33eee4c80993c1ea783c937ab0f8226a743.tar.gz
Fixed keldu pkg and sha for forstio
-rw-r--r--default.nix2
-rw-r--r--examples/cavity_2d_gpu/.nix/derivation.nix1
2 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index b7f3b99..a70788e 100644
--- a/default.nix
+++ b/default.nix
@@ -13,7 +13,7 @@ let
forstio = (import ((builtins.fetchTarball {
url = "https://git.keldu.de/forstio-forstio/snapshot/dev.tar.gz";
- sha256 = "sha256:1za6a9379s1i4wb1lpj6bxd6brs6ivk3zvs3pjys4wmhpsji6csj";
+ sha256 = "sha256:0qjishg8za7s4z5nb5zi27zyx70b662mjrfqag9mrxlch866a0fx";
}) + "/default.nix"){
inherit stdenv;
inherit clang-tools;
diff --git a/examples/cavity_2d_gpu/.nix/derivation.nix b/examples/cavity_2d_gpu/.nix/derivation.nix
index 0f06d2d..2d76484 100644
--- a/examples/cavity_2d_gpu/.nix/derivation.nix
+++ b/examples/cavity_2d_gpu/.nix/derivation.nix
@@ -3,7 +3,6 @@
, scons
, clang-tools
, forstio
-, keldu
, python3
, pname
, version