oil: 0.9.0 -> 0.9.2

This commit is contained in:
happysalada 2021-09-22 12:26:49 +09:00
parent 4f87457314
commit 7dd6d9a8c1

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.9.0";
version = "0.9.2";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-xk4io2ZXVupU6mCqmD94k1AaE8Kk0cf3PIx28X6gNjY=";
sha256 = "sha256-msPRus7J/qMfFFaayQfrjFFqhSvPuwpr6EaobOCBaUE=";
};
postPatch = ''