Merge pull request #110159 from r-ryantm/auto-update/oil

oil: 0.8.5 -> 0.8.6
This commit is contained in:
Martin Weinelt
2021-02-08 03:39:56 +01:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.8.5";
version = "0.8.6";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "1z0p08q4808h78bp6nwdszpfavhr4y7n313bp0gg5qdbssnciq1v";
sha256 = "sha256-fX1miI8yXzn/T9cbbZ/7E6/tLs3RXsX3PgfC7sBxIjU=";
};
postPatch = ''