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

authored by Weijia Wang and committed by GitHub b6616ced 0f5ee092

+2 -2
+2 -2
pkgs/by-name/ve/vengi-tools/package.nix
··· 34 35 stdenv.mkDerivation (finalAttrs: { 36 pname = "vengi-tools"; 37 - version = "0.0.38"; 38 39 src = fetchFromGitHub { 40 owner = "vengi-voxel"; 41 repo = "vengi"; 42 rev = "v${finalAttrs.version}"; 43 - hash = "sha256-TTbwoZt5+tkxuoC05sbgrwIRmyWIR272D4TZWYXyPjA="; 44 }; 45 46 prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
··· 34 35 stdenv.mkDerivation (finalAttrs: { 36 pname = "vengi-tools"; 37 + version = "0.1.0"; 38 39 src = fetchFromGitHub { 40 owner = "vengi-voxel"; 41 repo = "vengi"; 42 rev = "v${finalAttrs.version}"; 43 + hash = "sha256-YSqMhwgCdJNf8sehwgPHhr/Nu6jKXCeszuRp3hPqz7g="; 44 }; 45 46 prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''