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
commit ed0fa8b85d
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.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 = ''