oil: 0.17.0 -> 0.18.0

This commit is contained in:
Albin Otterhäll 2023-09-14 10:13:22 +02:00 committed by Yt
parent 7e78547e35
commit 585df38b57

View File

@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oil";
version = "0.17.0";
version = "0.18.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-H7oWI3+660MhMdDTTPX11/YalnItzhxfdBrtwKR8xrM=";
hash = "sha256-ll4YmmP9A9EpnIyd4Pv8Ot8lrK/grsWzqgn6am9PIRE=";
};
postPatch = ''