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

oil: 0.8.3 -> 0.8.4
This commit is contained in:
Mario Rodas
2020-11-23 07:53:30 -05:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.8.3";
version = "0.8.4";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "1jrw8lbcya5wza1g65b5mgm432a2r00d8i0p1plz0kp8rl3ccy1z";
sha256 = "0ydqwyghnkgbpsdi49vnrx2khs3y0d0bzdzcvjjr999ycmnirz88";
};
postPatch = ''