Merge pull request #157422 from happysalada/update_oil

oil: 0.9.6 -> 0.9.7
This commit is contained in:
Linus Heckemann 2022-01-30 20:32:22 +01:00 committed by GitHub
commit 087bdcc670
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.9.6";
version = "0.9.7";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-4cfRysJ202y1996TB/7jvlWO5K2vNJ70IjIkANXIpcQ=";
sha256 = "sha256-JtuCQM7uh4tmZrSwJj1Oh3hUzQKqKFxxWS11CDbvl+o=";
};
postPatch = ''