about summary refs log tree commit diff
path: root/pkgs/shells/oil
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-05-05 11:49:25 +0900
committerhappysalada <raphael@megzari.com>2021-05-05 11:49:25 +0900
commit3636fe2ad15db5ecfc5fd4730ce360e9b9823c98 (patch)
tree9fb59601e749d850f1299dc76963db6aa530fa38 /pkgs/shells/oil
parent37e2fbda397880a38af91dbf266b19cd3955ed07 (diff)
oil: 0.8.8 -> 0.8.10
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 9df88affb9f13..0f21b55b85ba0 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "oil";
-  version = "0.8.8";
+  version = "0.8.10";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    sha256 = "sha256-J9aNuw72qufoVY6VnbdpCtpcI6GAI7ON10XGEJuqieI=";
+    sha256 = "sha256-ETB8BirlEqro8CUdRM+AsZ/ugFa/fj52wCV9pInvMB0=";
   };
 
   postPatch = ''