oil: 0.8.3 -> 0.8.4

This commit is contained in:
R. RyanTM 2020-11-19 08:09:29 +00:00
parent f01bfd6843
commit 75aeb18680

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 = ''