about summary refs log tree commit diff
path: root/pkgs/shells/oil
diff options
context:
space:
mode:
authorGabriel Arazas <foo.dogsquared@gmail.com>2022-11-11 13:23:19 +0800
committerYt <happysalada@proton.me>2022-11-11 03:14:26 -0500
commit48bc300bc07994105c9b7b0ac6f8a01e12b5d238 (patch)
tree97f54f68f6f4ed21cfd07ff6e181f7dd78eef390 /pkgs/shells/oil
parent4cdec7fde55ca421710d0d54696e4c6a74b9017a (diff)
oil: 0.12.8 -> 0.12.9
Diffstat (limited to 'pkgs/shells/oil')
-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 f1f1a913c22ca..bff43f683fae3 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.8";
+  version = "0.12.9";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-kQN2sYFYLlTNCjOIbf59udjmdKNhNbK6vLqkJcX1C8A=";
+    hash = "sha256-HY/SZiVOfOrA69gGxEp+qdRnuTJ72XveAk9Xp45zcf8=";
   };
 
   postPatch = ''