From b461eef2ed98ce4bef669b178a9a87fedfbe7499 Mon Sep 17 00:00:00 2001 From: "Samuel Hierholzer (Adfinis AG)" Date: Wed, 12 Jun 2024 10:26:06 +0200 Subject: [PATCH] oils-for-unix: 0.21.0 -> 0.22.0 --- pkgs/by-name/oi/oils-for-unix/package.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/oi/oils-for-unix/package.nix b/pkgs/by-name/oi/oils-for-unix/package.nix index eebe1137c68b..dae1b879230e 100644 --- a/pkgs/by-name/oi/oils-for-unix/package.nix +++ b/pkgs/by-name/oi/oils-for-unix/package.nix @@ -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 = ''