summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-05-14 13:39:34 +0900
committerhappysalada <raphael@megzari.com>2021-05-14 13:39:34 +0900
commit9b81006130ad6c32897681f494346a34fe8c5bec (patch)
tree170bb50f99e0d079011a665303df036160aad012 /pkgs/shells
parent5d4a430472cafada97888cc80672fab255231f57 (diff)
downloadnixpkgs-9b81006130ad6c32897681f494346a34fe8c5bec.tar
nixpkgs-9b81006130ad6c32897681f494346a34fe8c5bec.tar.gz
nixpkgs-9b81006130ad6c32897681f494346a34fe8c5bec.tar.bz2
nixpkgs-9b81006130ad6c32897681f494346a34fe8c5bec.tar.lz
nixpkgs-9b81006130ad6c32897681f494346a34fe8c5bec.tar.xz
nixpkgs-9b81006130ad6c32897681f494346a34fe8c5bec.tar.zst
nixpkgs-9b81006130ad6c32897681f494346a34fe8c5bec.zip
oil: 0.8.10 -> 0.8.11
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/oil/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index 0f21b55b85b..654476bd5ae 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.10";
+  version = "0.8.11";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    sha256 = "sha256-ETB8BirlEqro8CUdRM+AsZ/ugFa/fj52wCV9pInvMB0=";
+    sha256 = "sha256-GVV+532dPrXkQ3X2+wa4u6aCPBvQAIiypeoqzJqvk9Y=";
   };
 
   postPatch = ''
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
   };
 
   passthru = {
-      shellPath = "/bin/osh";
+    shellPath = "/bin/osh";
   };
 }