vengi-tools: 0.1.0 -> 0.4.0

This commit is contained in:
Francesco Gazzetta
2026-02-26 14:13:34 +01:00
parent 9ae2cc76d7
commit 3009da88b4
+3 -3
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vengi-tools";
version = "0.1.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "vengi-voxel";
repo = "vengi";
rev = "v${finalAttrs.version}";
hash = "sha256-YSqMhwgCdJNf8sehwgPHhr/Nu6jKXCeszuRp3hPqz7g=";
tag = "v${finalAttrs.version}";
hash = "sha256-2ZiRN+59oJL0Bgd0D78w8FLoBCwzVTlo0SgsMJY8Jxk=";
};
prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''