Skip to content

Commit

Permalink
oil: 0.8.pre4 -> 0.8.pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
kidd committed Jun 18, 2020
1 parent d1037c6 commit 69199b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/oil/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "oil";
version = "0.8.pre4";
version = "0.8.pre6";

src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "07kj86hrvlz9f1gh3qv4hdaz3qnb4a2qf0dnxhd2r0qilrkjanxh";
sha256 = "1gbc74in78lbkciz7wzjplrm185wn6fz57n66xmazayivqmpvgfm";
};

postPatch = ''
Expand Down

0 comments on commit 69199b0

Please sign in to comment.