oil: 0.6.0 -> 0.7.pre3

This commit is contained in:
Сухарик 2019-08-27 14:14:02 +03:00
parent 630e25ba5c
commit 2c23a35ff6

View file

@ -1,13 +1,12 @@
{ stdenv, lib, fetchurl }:
let
version = "0.6.0";
in
stdenv.mkDerivation {
name = "oil-${version}";
stdenv.mkDerivation rec {
pname = "oil";
version = "0.7.pre3";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "1dw4mgnlmaxlfygasfihgvbj32d3m9w6k5j7azb9d9lp35f3l7hl";
sha256 = "01zc36zaasaagr54rnh90k0j7pbnj0cc6a9pvz6gs6pk91i80lqg";
};
postPatch = ''
@ -22,10 +21,9 @@ stdenv.mkDerivation {
dontStrip = true;
meta = {
description = "A new unix shell";
homepage = https://www.oilshell.org/;
description = "A new unix shell, still in its early stages";
license = with lib.licenses; [
psfl # Includes a portion of the python interpreter and standard library
asl20 # Licence for Oil itself