about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 07:09:47 -0500
committerGitHub <noreply@github.com>2022-09-30 07:09:47 -0500
commit21186adb944ceddbb12c40e6b5774177f3e4a592 (patch)
treea0b6712d80b0e075dd6458bb975bd994ab2f79e7
parentbd1b4f040e598607ac23fb824e20316a2ded4ed5 (diff)
parent8ce5dfcc07416d9f8da7b521de9a86add96af818 (diff)
Merge pull request #192518 from r-ryantm/auto-update/oil
oil: 0.12.4 -> 0.12.6
-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 8e82b9df5d145..1b8f38ab1bd47 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.4";
+  version = "0.12.6";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-g/j8WePzE23pixhq7w6E6PfoGLGLB9Rp9atThMlxkW8=";
+    hash = "sha256-jlNmrpze02g4FL4EFlKoZC7X/YOr3xhJWnMTPga3Bas=";
   };
 
   postPatch = ''