about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-03 22:19:16 -0300
committerGitHub <noreply@github.com>2022-09-03 22:19:16 -0300
commitb54e19ad9aa2d26db33d7883cbe14b83196af003 (patch)
treef12ef0da912087ac7aa61eebfd1eec4c6b54c3d8 /pkgs/shells
parent0f48f593dd4e0a607f28c84deeb57d46977ea205 (diff)
parent5e7a8b1d601b1eeefa7720a9fcafced30cea1aa2 (diff)
Merge pull request #189362 from r-ryantm/auto-update/oil
oil: 0.12.3 -> 0.12.4
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 8702e83cae908..8e82b9df5d145 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "oil";
-  version = "0.12.3";
+  version = "0.12.4";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-M8gklc9crdVkQk9vzxO4tG809O0uHOPvvq1l1tzoPt8=";
+    hash = "sha256-g/j8WePzE23pixhq7w6E6PfoGLGLB9Rp9atThMlxkW8=";
   };
 
   postPatch = ''