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

oil: 0.12.4 -> 0.12.6
This commit is contained in:
Mario Rodas 2022-09-30 07:09:47 -05:00 committed by GitHub
commit 21186adb94
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.12.4";
version = "0.12.6";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-g/j8WePzE23pixhq7w6E6PfoGLGLB9Rp9atThMlxkW8=";
hash = "sha256-jlNmrpze02g4FL4EFlKoZC7X/YOr3xhJWnMTPga3Bas=";
};
postPatch = ''