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

oil: 0.8.7 -> 0.8.8
This commit is contained in:
Fabian Affolter 2021-03-28 01:11:48 +01:00 committed by GitHub
commit e18f44826c
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.7";
version = "0.8.8";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-KcXu1u/MvvbCLb5a7D09NvfJPaeo0c8Z/Czuk7XR23M=";
sha256 = "sha256-J9aNuw72qufoVY6VnbdpCtpcI6GAI7ON10XGEJuqieI=";
};
postPatch = ''