Unverified Commit b6616ced authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents 0f5ee092 39e129bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ''