oil: 0.9.5 -> 0.9.6

This commit is contained in:
happysalada 2021-12-30 07:59:02 -05:00 committed by Raphael Megzari
parent 94fb9197f5
commit c923ed078c

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.9.5";
version = "0.9.6";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-2J2MCByLxTbfx7Q3uWWiZcB+JM9RQv8mshtMxKMTnjI=";
sha256 = "sha256-4cfRysJ202y1996TB/7jvlWO5K2vNJ70IjIkANXIpcQ=";
};
postPatch = ''