oils-for-unix: 0.22.0 -> 0.23.0

This commit is contained in:
Samuel Hierholzer (Adfinis AG) 2024-10-22 09:17:55 +02:00
parent b8c539e68f
commit 2202e9bc06
No known key found for this signature in database
GPG Key ID: A71725F119DAD5E2

View File

@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oils-for-unix";
version = "0.22.0";
version = "0.23.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oils-for-unix-${version}.tar.gz";
hash = "sha256-etZK2VH6qbj9MQ/BffCpMpHgQat1MRrKG8hcu/p61F8=";
hash = "sha256-ydNcp4tKCO6vrIvGQ54rtAvM0zcNsiJkh/rtY0ihdSE=";
};
postPatch = ''