oil: 0.9.9 -> 0.10.1

This commit is contained in:
happysalada 2022-06-07 02:14:27 -04:00 committed by Yt
parent a1ab62da27
commit d6ade044a4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.9.9";
version = "0.10.1";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-b2tMS5z4oejh3C/3vznIWhG4cd3anp5RuffhoORrKCQ=";
sha256 = "sha256-jI+QQ+jE3Qzd0b9VishVwBzDlFHCVKv8cZ0BsHnkd0Q=";
};
postPatch = ''