Commit 3009da88 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

vengi-tools: 0.1.0 -> 0.4.0

parent 9ae2cc76
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ''