Unverified Commit 3bad002a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

tilt: 0.35.1 -> 0.35.2 (#452008)

parents 400156fe 7a3bae83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@ let
      running in development environment and try to serve assets from the
      source tree, which is not there once build completes.
    */
    version = "0.35.1";
    version = "0.35.2";

    src = fetchFromGitHub {
      owner = "tilt-dev";
      repo = "tilt";
      tag = "v${version}";
      hash = "sha256-rM5INMOECbnuWd4ealBcIuMwZij7MthrXfohOBavl8Y=";
      hash = "sha256-QHW2lX92Yj43BwhAfHDLPXTeyrnRjaWs64GpXMzEzAk=";
    };
  };