aboutsummaryrefslogtreecommitdiff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-19 08:09:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-19 08:09:29 +0000
commit75aeb18680aa25c524d0510838bad184876275d9 (patch)
tree30d4a7ee6e5562e95c4c59bd292fe436d608ec05 /pkgs/shells
parentf01bfd6843cada594383a5ab67c01f30b571a185 (diff)
oil: 0.8.3 -> 0.8.4
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 e1d4ff1585f8..3dbe95f35b6b 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.3";
+ version = "0.8.4";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
- sha256 = "1jrw8lbcya5wza1g65b5mgm432a2r00d8i0p1plz0kp8rl3ccy1z";
+ sha256 = "0ydqwyghnkgbpsdi49vnrx2khs3y0d0bzdzcvjjr999ycmnirz88";
};
postPatch = ''