about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2024-06-25 11:44:44 +0200
committerGitHub <noreply@github.com>2024-06-25 11:44:44 +0200
commit02b4430d8259cc5d4a38b7d1092b42812da8ca43 (patch)
treed8434c5b08f90f599ad44c7963743f8194823bd9
parenta2f3acf792a91dab532076a1177b90b446e9ab48 (diff)
parentb461eef2ed98ce4bef669b178a9a87fedfbe7499 (diff)
Merge pull request #319274 from Melkor333/oils-for-unix-0220
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 bef82befbd07e..9ef34ac0d0ba1 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 = ''