summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-10 19:58:54 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-10 19:58:54 +0000
commitd27bff278e5b6137328cf103d8a2d549554d7281 (patch)
tree1d64fdea8ce11198f532e4290404a39fc10c7e00 /pkgs/shells
parentdd65c8b2a7c936f2456c4d2c7a2dc6789bc3f177 (diff)
oil: 0.8.6 -> 0.8.7
Diffstat (limited to 'pkgs/shells')
-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 d633faea1cb5..0c508d0e29df 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.6";
+ version = "0.8.7";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
- sha256 = "sha256-fX1miI8yXzn/T9cbbZ/7E6/tLs3RXsX3PgfC7sBxIjU=";
+ sha256 = "sha256-KcXu1u/MvvbCLb5a7D09NvfJPaeo0c8Z/Czuk7XR23M=";
};
postPatch = ''