From 9b81006130ad6c32897681f494346a34fe8c5bec Mon Sep 17 00:00:00 2001 From: happysalada Date: Fri, 14 May 2021 13:39:34 +0900 Subject: oil: 0.8.10 -> 0.8.11 --- pkgs/shells/oil/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/shells/oil') 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"; }; } -- cgit 1.4.1