about summary refs log tree commit diff
path: root/pkgs/shells/oil
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-22 02:12:15 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-25 10:57:50 -0800
commit6f4be6806200b3fa929d2bdaf085a69cd73cc70a (patch)
tree82d95aa3bb46bc770ed01aa00e83765e7a156d40 /pkgs/shells/oil
parent733e15de50df4561149b5595e5d4c98d8cd70665 (diff)
oil: 0.9.7 -> 0.9.8
Diffstat (limited to 'pkgs/shells/oil')
-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 522acd2932791..516d4c43f6fa3 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "oil";
-  version = "0.9.7";
+  version = "0.9.8";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    sha256 = "sha256-JtuCQM7uh4tmZrSwJj1Oh3hUzQKqKFxxWS11CDbvl+o=";
+    sha256 = "sha256-OsrxfJ5dF9Anpg1r6Hj+aD194l99X9Yh4vIZ+R+aH8E=";
   };
 
   postPatch = ''