Merge pull request #319274 from Melkor333/oils-for-unix-0220

oils-for-unix: 0.21.0 -> 0.22.0
This commit is contained in:
Maciej Krüger 2024-06-25 11:44:44 +02:00 committed by GitHub
commit 02b4430d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,17 @@
let
readline-all = symlinkJoin {
name = "readline-all"; paths = [ readline readline.dev ];
name = "readline-all";
paths = [ readline readline.dev ];
};
in
stdenv.mkDerivation rec {
pname = "oils-for-unix";
version = "0.21.0";
version = "0.22.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oils-for-unix-${version}.tar.gz";
hash = "sha256-g8uEK68J9BsCHEvJGDgsKUmsuR1MvChEC9A00Y2sZU4=";
hash = "sha256-etZK2VH6qbj9MQ/BffCpMpHgQat1MRrKG8hcu/p61F8=";
};
postPatch = ''