aboutsummaryrefslogtreecommitdiff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-03 15:07:16 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-03 21:58:00 -0800
commit4148fc489b29e826bd42ed05e12ba6fe64c2921e (patch)
tree216bd01c4fa84bbd8fac543c496e17e09d5a0d67 /pkgs/shells
parenta492b32c3ad89d4b7617655278b3930e2ff828d7 (diff)
oil: 0.8.1 -> 0.8.3
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 94fd062e45ca..e1d4ff1585f8 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.1";
+ version = "0.8.3";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
- sha256 = "0mhzys1siry848v7swr1iv2wp329ksw0gpz1qd82fmlakml5brc1";
+ sha256 = "1jrw8lbcya5wza1g65b5mgm432a2r00d8i0p1plz0kp8rl3ccy1z";
};
postPatch = ''