oil: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm 2023-12-02 18:51:10 +00:00
parent 8626b5c06d
commit ef1f6ebd43

View file

@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oil";
version = "0.18.0";
version = "0.19.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-ll4YmmP9A9EpnIyd4Pv8Ot8lrK/grsWzqgn6am9PIRE=";
hash = "sha256-iCoEFudFqxjYZerhOe7u6bPzN5EUOpwSpWCbTzUmF8U=";
};
postPatch = ''