oil: 0.6.pre15 -> 0.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/oil/versions
This commit is contained in:
R. RyanTM 2019-07-15 19:13:15 -07:00
parent 7803ff314c
commit 7c64e05720

View file

@ -1,13 +1,13 @@
{ stdenv, lib, fetchurl }:
let
version = "0.6.pre15";
version = "0.6.0";
in
stdenv.mkDerivation {
name = "oil-${version}";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "1azdmicv39rp30msl6fpw6921gi6ib8lxiyc8kanljqk5d7zg4p6";
sha256 = "1dw4mgnlmaxlfygasfihgvbj32d3m9w6k5j7azb9d9lp35f3l7hl";
};
postPatch = ''