summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-14 22:27:34 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-14 22:27:34 +0200
commitc48eaa70e3d3954835efeeb1991f8c654dc65da7 (patch)
tree713b55f97428186fb8eb0a3ea1848d3f0456b3a1 /pkgs/shells
parent55282bd6f60f9a10dbbce7a35c20bc78f0b3b7d6 (diff)
parentcc2fc35667b5871ad8a7fc7a73d32f4e81068c4c (diff)
downloadnixpkgs-c48eaa70e3d3954835efeeb1991f8c654dc65da7.tar
nixpkgs-c48eaa70e3d3954835efeeb1991f8c654dc65da7.tar.gz
nixpkgs-c48eaa70e3d3954835efeeb1991f8c654dc65da7.tar.bz2
nixpkgs-c48eaa70e3d3954835efeeb1991f8c654dc65da7.tar.lz
nixpkgs-c48eaa70e3d3954835efeeb1991f8c654dc65da7.tar.xz
nixpkgs-c48eaa70e3d3954835efeeb1991f8c654dc65da7.tar.zst
nixpkgs-c48eaa70e3d3954835efeeb1991f8c654dc65da7.zip
Merge branch 'master' into staging-next
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";
   };
 }