oil: 0.12.7 -> 0.12.8

This commit is contained in:
Gabriel Arazas 2022-11-07 12:31:01 +08:00 committed by Yt
parent 41cfed3df0
commit 4f150a789f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.12.7";
version = "0.12.8";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-WEbEcG4B+MqDVPXHjpp5lkJxT8AS+NivtJGfrnrcBys=";
hash = "sha256-kQN2sYFYLlTNCjOIbf59udjmdKNhNbK6vLqkJcX1C8A=";
};
postPatch = ''