Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-05 18:24:02 +00:00
committed by GitHub
15 changed files with 452 additions and 449 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.8.8";
version = "0.8.10";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-J9aNuw72qufoVY6VnbdpCtpcI6GAI7ON10XGEJuqieI=";
sha256 = "sha256-ETB8BirlEqro8CUdRM+AsZ/ugFa/fj52wCV9pInvMB0=";
};
postPatch = ''