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
commit 84a92c3ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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