summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorAlbin Otterhäll <dev@a12l.xyz>2023-09-14 10:13:22 +0200
committerYt <happysalada@tuta.io>2023-11-05 08:55:58 +0000
commit585df38b5752af47f6a751ff78f4c85b6a5dc6bf (patch)
tree1b6339a50e3a2290f17dceeafc605f857947c5d7 /pkgs/shells
parent7e78547e357956c53ef1cbdf511aa673a04d30b5 (diff)
downloadnixpkgs-585df38b5752af47f6a751ff78f4c85b6a5dc6bf.tar
nixpkgs-585df38b5752af47f6a751ff78f4c85b6a5dc6bf.tar.gz
nixpkgs-585df38b5752af47f6a751ff78f4c85b6a5dc6bf.tar.bz2
nixpkgs-585df38b5752af47f6a751ff78f4c85b6a5dc6bf.tar.lz
nixpkgs-585df38b5752af47f6a751ff78f4c85b6a5dc6bf.tar.xz
nixpkgs-585df38b5752af47f6a751ff78f4c85b6a5dc6bf.tar.zst
nixpkgs-585df38b5752af47f6a751ff78f4c85b6a5dc6bf.zip
oil: 0.17.0 -> 0.18.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 1fe9fe7f664..fe4c2539684 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.17.0";
+  version = "0.18.0";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    hash = "sha256-H7oWI3+660MhMdDTTPX11/YalnItzhxfdBrtwKR8xrM=";
+    hash = "sha256-ll4YmmP9A9EpnIyd4Pv8Ot8lrK/grsWzqgn6am9PIRE=";
   };
 
   postPatch = ''