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

oil: 0.9.4 -> 0.9.5
This commit is contained in:
Jörg Thalheim 2021-12-09 10:08:02 +00:00 committed by GitHub
commit 437668da00
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.4";
version = "0.9.5";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-+sYbzWtowLvy44aqhLEH8mUYUn1DJr9HOgKq3YXlPQI=";
sha256 = "sha256-2J2MCByLxTbfx7Q3uWWiZcB+JM9RQv8mshtMxKMTnjI=";
};
postPatch = ''