Merge pull request #184419 from r-ryantm/auto-update/oil

oil: 0.11.0 -> 0.12.0
This commit is contained in:
superherointj 2022-08-02 09:53:17 -03:00 committed by GitHub
commit 93bf6fcaaa
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.11.0";
version = "0.12.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-5eAK53aFLEEjPvwKMQIZloUjSFaAcU0tzsUAr2PQAgg=";
hash = "sha256-1zwGfM17SWWIvQ19cSbIfiLRaq+Ee1r94GPJWJEPoP8=";
};
postPatch = ''