Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tilt: 0.18.10 -> 0.20.5

(cherry picked from commit 2aa7662279727652dd326d5e7fc2a9aa50a73eef)

authored by

David Birks and committed by
github-actions[bot]
a30a33bb 3b7c8201

+2 -2
+2 -2
pkgs/applications/networking/cluster/tilt/default.nix
··· 5 /* Do not use "dev" as a version. If you do, Tilt will consider itself 6 running in development environment and try to serve assets from the 7 source tree, which is not there once build completes. */ 8 - version = "0.18.10"; 9 10 src = fetchFromGitHub { 11 owner = "tilt-dev"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-SvvvHGR3UPyV61MaoFB68SaZKUT3ItYOPT1a7AddxlY="; 15 }; 16 vendorSha256 = null; 17
··· 5 /* Do not use "dev" as a version. If you do, Tilt will consider itself 6 running in development environment and try to serve assets from the 7 source tree, which is not there once build completes. */ 8 + version = "0.20.5"; 9 10 src = fetchFromGitHub { 11 owner = "tilt-dev"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-pUKKHrShED7yp5WSmHSbS+eiYs22Nm2/ouc2a8WYc38="; 15 }; 16 vendorSha256 = null; 17