···55 /* Do not use "dev" as a version. If you do, Tilt will consider itself
66 running in development environment and try to serve assets from the
77 source tree, which is not there once build completes. */
88- version = "0.22.8";
88+ version = "0.22.9";
991010 src = fetchFromGitHub {
1111 owner = "tilt-dev";
1212 repo = pname;
1313 rev = "v${version}";
1414- sha256 = "sha256-LUx/Ewk7wesHpFbdWZtjEkhYIEkEhJ3XqZ2WywmcqJg=";
1414+ sha256 = "sha256-h19Cj4ztgypT/j1gB+PbvgDJ7jlJ3CYPEbK62tJeMss=";
1515 };
1616 vendorSha256 = null;
1717
···1313# Uses scheme to bootstrap the build of idris2
1414stdenv.mkDerivation rec {
1515 pname = "idris2";
1616- version = "0.4.0";
1616+ version = "0.5.0";
17171818 src = fetchFromGitHub {
1919 owner = "idris-lang";
2020 repo = "Idris2";
2121 rev = "v${version}";
2222- sha256 = "105jybjf5s0k6003qzfxchzsfcpsxip180bh3mdmi74d464d0h8g";
2222+ sha256 = "sha256-JRI5/dEy9GT8SIj3X+UcJ0SiTQ20pqevWeTNX6e+Nfw=";
2323 };
24242525 # We do not add any propagatedNativeBuildInputs because we do not want the