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