about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorAlbin Otterhäll <dev@a12l.xyz>2023-05-10 11:31:15 +0200
committerAlbin Otterhäll <dev@a12l.xyz>2023-05-10 12:13:00 +0200
commitf9c764d2e8392b60fde578f0228db1cf6c8a2791 (patch)
treebd192b3ad2a172570d080cd486526b05ec254dc3 /pkgs/shells
parent22eca7eb757672d49d354ec8b1e52a526d0dccb9 (diff)
oil: 0.14.2 -> 0.15.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 b43a6e42625ef..57b3dd3735dba 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.14.2";
+  version = "0.15.0";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-I/r/DhELLpKMnZqUh847F/uVPiCYF5b574cjP59+ZG0=";
+    hash = "sha256-1oYP/sRhYG2oJYY80WOxqSXwqyUMbjIZdznBHcnGMxg=";
   };
 
   postPatch = ''