about summary refs log tree commit diff
path: root/pkgs/shells/oil
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-06 01:58:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-06 01:58:21 +0000
commit976468d6627d9736a1000933cafe804319829837 (patch)
treeb2db618356efb19d64c17f28d9b82f1e0e2bc81a /pkgs/shells/oil
parent9cfb5c053b8cfecd56f41d07a1fc141cdf0302ee (diff)
oil: 0.12.0 -> 0.12.3
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 57b5d085c340c..8702e83cae908 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.0";
+  version = "0.12.3";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-1zwGfM17SWWIvQ19cSbIfiLRaq+Ee1r94GPJWJEPoP8=";
+    hash = "sha256-M8gklc9crdVkQk9vzxO4tG809O0uHOPvvq1l1tzoPt8=";
   };
 
   postPatch = ''