vengi-tools: 0.0.34 -> 0.0.35

This commit is contained in:
R. Ryantm
2025-02-27 21:54:15 +00:00
committed by Francesco Gazzetta
parent 4d9a034519
commit 4e2fa1f58a
@@ -36,13 +36,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vengi-tools";
version = "0.0.34";
version = "0.0.35";
src = fetchFromGitHub {
owner = "vengi-voxel";
repo = "vengi";
rev = "v${finalAttrs.version}";
hash = "sha256-a78Oiwln3vyzCyjNewbK1/05bnGcSixxzKIgz4oiDmA=";
hash = "sha256-8rGnW+VtqNJYqUqQDp0yOVIQd7w+cq7PIpqqIQPhkbE=";
};
nativeBuildInputs = [