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

oil: 0.9.8 -> 0.9.9
This commit is contained in:
Jörg Thalheim 2022-03-30 20:00:34 +01:00 committed by GitHub
commit ce5a55e3e5
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.8";
version = "0.9.9";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-OsrxfJ5dF9Anpg1r6Hj+aD194l99X9Yh4vIZ+R+aH8E=";
sha256 = "sha256-b2tMS5z4oejh3C/3vznIWhG4cd3anp5RuffhoORrKCQ=";
};
postPatch = ''