summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-11 00:36:13 +0000
committerGitHub <noreply@github.com>2021-02-11 00:36:13 +0000
commit8df773cc54f2cb0a74a39a24c9e6e523aedf2102 (patch)
tree56de62f327c2fced152e6e4b5fff9bb9057f7385 /pkgs/shells
parentbd317c9af17838ba451f6ff4955a1507a63e86c2 (diff)
parent5f9df376839fd1e7455f01af23681c874e6c63dd (diff)
Merge staging-next into staging
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 = ''