oils-for-unix: 0.21.0 -> 0.22.0
This commit is contained in:
parent
37c6554b22
commit
b461eef2ed
@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
readline-all = symlinkJoin {
|
readline-all = symlinkJoin {
|
||||||
name = "readline-all"; paths = [ readline readline.dev ];
|
name = "readline-all";
|
||||||
|
paths = [ readline readline.dev ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "oils-for-unix";
|
pname = "oils-for-unix";
|
||||||
version = "0.21.0";
|
version = "0.22.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.oilshell.org/download/oils-for-unix-${version}.tar.gz";
|
url = "https://www.oilshell.org/download/oils-for-unix-${version}.tar.gz";
|
||||||
hash = "sha256-g8uEK68J9BsCHEvJGDgsKUmsuR1MvChEC9A00Y2sZU4=";
|
hash = "sha256-etZK2VH6qbj9MQ/BffCpMpHgQat1MRrKG8hcu/p61F8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user