about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-25 23:38:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-25 23:38:03 +0000
commit8ce5dfcc07416d9f8da7b521de9a86add96af818 (patch)
tree9b7701e3cc57d58abebcf90077d53439d610795e /pkgs/shells
parent6fcaded221057f6bc60600bb84ff5578df902c47 (diff)
oil: 0.12.4 -> 0.12.6
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 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 = ''