Unverified Commit 51ab4a22 authored by hcbt's avatar hcbt
Browse files

tilt: 0.33.21 -> 0.34.5

parent afbe3e36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ stdenvNoCC.mkDerivation {
    dontInstall = true;

    outputHashAlgo = "sha256";
    outputHash = "sha256-1poTBB9cm0EHeIvXhan6/kaxr22LXvhHD4Y+JBocioE=";
    outputHash = "sha256-twc8mtBPizQrA9kRtQpSXG8Q404sbGVs5ay4MHitPgg=";
    outputHashMode = "recursive";
  };

+3 −3
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.33.21";
    version = "0.34.5";

    src = fetchFromGitHub {
      owner = "tilt-dev";
      repo = "tilt";
      rev = "v${version}";
      hash = "sha256-3LFsTaz47QAIDGId/Tl3G7xP5b9gc25X+ZeMaVhXf8w=";
      tag = "v${version}";
      hash = "sha256-UCQN1DKscBOhta4Ok5ZeqAUQIqbn8G7aLIeYExCqg1o=";
    };
  };