about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-16 22:42:56 +0200
committerGitHub <noreply@github.com>2023-03-16 22:42:56 +0200
commitc9a178c8b71a020a53cc4394601e64dfead6d36c (patch)
tree4dd6a9f5d1ae3f8013d1a4f23d0df03aa6f21782 /pkgs/shells
parent916d21a88c2d6e5a9249a29835cddc0287a5460e (diff)
parentc3c3f487cda122ea79f953c094922df43b6643bf (diff)
Merge pull request #221397 from r-ryantm/auto-update/oil
oil: 0.14.0 -> 0.14.2
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 ec29091091880..b43a6e42625ef 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.14.0";
+  version = "0.14.2";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-ZrT2vHfbc0S9Q9e9lDiyptfSC3CIiQs8Co9FODil7oY=";
+    hash = "sha256-I/r/DhELLpKMnZqUh847F/uVPiCYF5b574cjP59+ZG0=";
   };
 
   postPatch = ''