oil: 0.10.1 -> 0.11.0 (#179637)

This commit is contained in:
tobim 2022-07-05 22:46:40 +02:00 committed by GitHub
parent e57aadb549
commit 9f97d67c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.10.1";
version = "0.11.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-jI+QQ+jE3Qzd0b9VishVwBzDlFHCVKv8cZ0BsHnkd0Q=";
hash = "sha256-5eAK53aFLEEjPvwKMQIZloUjSFaAcU0tzsUAr2PQAgg=";
};
postPatch = ''