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

oil: 0.16.0 -> 0.17.0
This commit is contained in:
OTABI Tomoya 2023-08-21 16:06:16 +09:00 committed by GitHub
commit dd954e995c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''