oil: 0.17.0 -> 0.18.0

This commit is contained in:
Albin Otterhäll
2023-11-05 08:55:58 +00:00
committed by Yt
parent 7e78547e35
commit 585df38b57
+2 -2
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 = ''