vengi-tools: 0.0.36 -> 0.0.37 (#406392)

authored by Wolfgang Walther and committed by GitHub ef004d35 7c868bce

+2 -2
+2 -2
pkgs/by-name/ve/vengi-tools/package.nix
··· 34 34 35 35 stdenv.mkDerivation (finalAttrs: { 36 36 pname = "vengi-tools"; 37 - version = "0.0.36"; 37 + version = "0.0.37"; 38 38 39 39 src = fetchFromGitHub { 40 40 owner = "vengi-voxel"; 41 41 repo = "vengi"; 42 42 rev = "v${finalAttrs.version}"; 43 - hash = "sha256-6MJw8BaHvd9cZNCMIFwAtk8UzxP+RSfnuv9py8sUgnY="; 43 + hash = "sha256-Pm3vGS6u//iktkj/2RR7xaCTt8fevCWm0a1Hlfkxry8="; 44 44 }; 45 45 46 46 prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''