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

oil: 0.8.6 -> 0.8.7
This commit is contained in:
Linus Heckemann 2021-02-10 23:03:12 +01:00 committed by GitHub
commit 0f1cfb26f5
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.6";
version = "0.8.7";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-fX1miI8yXzn/T9cbbZ/7E6/tLs3RXsX3PgfC7sBxIjU=";
sha256 = "sha256-KcXu1u/MvvbCLb5a7D09NvfJPaeo0c8Z/Czuk7XR23M=";
};
postPatch = ''