From 7dd6d9a8c168edd95a692f490222a1521c63edba Mon Sep 17 00:00:00 2001 From: happysalada Date: Wed, 22 Sep 2021 12:26:49 +0900 Subject: oil: 0.9.0 -> 0.9.2 --- pkgs/shells/oil/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/shells') diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix index 38ff6a76818a..48bd2fcd8382 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.0"; + version = "0.9.2"; src = fetchurl { url = "https://www.oilshell.org/download/oil-${version}.tar.xz"; - sha256 = "sha256-xk4io2ZXVupU6mCqmD94k1AaE8Kk0cf3PIx28X6gNjY="; + sha256 = "sha256-msPRus7J/qMfFFaayQfrjFFqhSvPuwpr6EaobOCBaUE="; }; postPatch = '' -- cgit v1.2.3