about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Hierholzer (Adfinis AG) <samuel.hierholzer@adfinis.com>2024-06-12 10:26:06 +0200
committerSamuel Hierholzer (Adfinis AG) <samuel.hierholzer@adfinis.com>2024-06-12 10:26:06 +0200
commitb461eef2ed98ce4bef669b178a9a87fedfbe7499 (patch)
tree7abab899765902c60391cf0274b244eb45af6b08
parent37c6554b22af24d14f4ce44490d7f4c5f759d80a (diff)
oils-for-unix: 0.21.0 -> 0.22.0
-rw-r--r--pkgs/by-name/oi/oils-for-unix/package.nix7
1 files 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 eebe1137c68ba..dae1b879230e2 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 = ''