Merge pull request #335795 from tengkuizdihar/treedome_051

treedome: 0.4.5 -> 0.5.1
This commit is contained in:
Sandro
2024-08-21 21:34:47 +02:00
committed by GitHub
2 changed files with 487 additions and 507 deletions
+484 -504
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -22,12 +22,12 @@
let
pname = "treedome";
version = "0.4.5";
version = "0.5.1";
src = fetchgit {
url = "https://codeberg.org/solver-orgz/treedome";
rev = version;
hash = "sha256-YkyjG/ee5WeO5OD4FZnWaqcOJO3YC0uQkbwGkCNBxC8=";
hash = "sha256-EYSB9BJhk0yIwT1h8cIo6fpDI10av6yCtOR4FuAY5dM=";
fetchLFS = true;
};
@@ -37,7 +37,7 @@ let
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
hash = "sha256-CrD/n8z5fJKkBKEcvpRHJaqXBt1gbON7VsuLb2JGu1A=";
hash = "sha256-H9Y/heYEPU5LvIZAgVn0FhiNQ0QKAQEDQ1/oFogi9vc=";
};
nativeBuildInputs = [