oil: 0.12.7 -> 0.12.8

This commit is contained in:
Gabriel Arazas
2022-11-06 23:47:05 -05:00
committed by Yt
parent 41cfed3df0
commit 4f150a789f
+2 -2
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 = ''