oils-for-unix: 0.21.0 -> 0.22.0

This commit is contained in:
Samuel Hierholzer (Adfinis AG) 2024-06-12 10:26:06 +02:00
parent 37c6554b22
commit b461eef2ed
No known key found for this signature in database
GPG Key ID: A71725F119DAD5E2

View File

@ -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 = ''