Commit a54c2613 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

vengi-tools: 0.0.35 -> 0.0.36

parent 3ae61ed6
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.35";
  version = "0.0.36";

  src = fetchFromGitHub {
    owner = "vengi-voxel";
    repo = "vengi";
    rev = "v${finalAttrs.version}";
    hash = "sha256-8rGnW+VtqNJYqUqQDp0yOVIQd7w+cq7PIpqqIQPhkbE=";
    hash = "sha256-6MJw8BaHvd9cZNCMIFwAtk8UzxP+RSfnuv9py8sUgnY=";
  };

  prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''