about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-08-21 16:06:16 +0900
committerGitHub <noreply@github.com>2023-08-21 16:06:16 +0900
commitdd954e995c492ffe1c298ca8a92f95a03236b822 (patch)
tree07168798c26343f6ee4e907f9fde043053bc2d39 /pkgs/shells
parent8f41f9cc2c52cba6b319ec1b621ff5ab5eb0a394 (diff)
parent85231259f0a6d88f654973a201cbfbc888f965a7 (diff)
Merge pull request #249938 from a12l/application/update/oil/0.17.0
oil: 0.16.0 -> 0.17.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/oil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index ebe292d85092f..1fe9fe7f664f2 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -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 = ''