Unverified Commit dd954e99 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #249938 from a12l/application/update/oil/0.17.0

oil: 0.16.0 -> 0.17.0
parents 8f41f9cc 85231259
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.16.0";
  version = "0.17.0";

  src = fetchurl {
    url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
    hash = "sha256-cRHIqFcdGm0dYgExvGfzd92P5iJO2+/ySeHV1o8d1WY=";
    hash = "sha256-H7oWI3+660MhMdDTTPX11/YalnItzhxfdBrtwKR8xrM=";
  };

  postPatch = ''