oil: 0.12.6 -> 0.12.7

This commit is contained in:
Gabriel Arazas 2022-11-01 19:59:40 +08:00 committed by Yt
parent dcea56508a
commit adc7d07c0c

View file

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