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

oil: 0.18.0 -> 0.19.0
This commit is contained in:
Linus Heckemann 2023-12-06 17:39:43 +01:00 committed by GitHub
commit 24682ced2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''