vengi-tools: 0.0.38 -> 0.1.0 (#426733)

This commit is contained in:
Weijia Wang
2025-08-04 10:29:43 -06:00
committed by GitHub
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vengi-tools";
version = "0.0.38";
version = "0.1.0";
src = fetchFromGitHub {
owner = "vengi-voxel";
repo = "vengi";
rev = "v${finalAttrs.version}";
hash = "sha256-TTbwoZt5+tkxuoC05sbgrwIRmyWIR272D4TZWYXyPjA=";
hash = "sha256-YSqMhwgCdJNf8sehwgPHhr/Nu6jKXCeszuRp3hPqz7g=";
};
prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''