Commit 585df38b authored by Albin Otterhäll's avatar Albin Otterhäll Committed by Yt
Browse files

oil: 0.17.0 -> 0.18.0

parent 7e78547e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''