about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2023-12-06 17:39:43 +0100
committerGitHub <noreply@github.com>2023-12-06 17:39:43 +0100
commit24682ced2e23fff4144b790c3a0d18382b713a8c (patch)
treec0479a41599d8bab801eadff0c9cb1451c1cb6c9 /pkgs/shells
parent21ed02377ca075ee099d7b189f6cc47dc8f40c9a (diff)
parentef1f6ebd43ae30205f28a3749aff80bf59d6e3a5 (diff)
Merge pull request #271730 from r-ryantm/auto-update/oil
oil: 0.18.0 -> 0.19.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/oil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index fe4c25396845e..0160fc29b3be7 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -7,11 +7,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "oil";
-  version = "0.18.0";
+  version = "0.19.0";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-ll4YmmP9A9EpnIyd4Pv8Ot8lrK/grsWzqgn6am9PIRE=";
+    hash = "sha256-iCoEFudFqxjYZerhOe7u6bPzN5EUOpwSpWCbTzUmF8U=";
   };
 
   postPatch = ''