summaryrefslogtreecommitdiffstats
path: root/pkgs/shells
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-09-22 12:26:49 +0900
committerhappysalada <raphael@megzari.com>2021-09-22 12:26:49 +0900
commit7dd6d9a8c168edd95a692f490222a1521c63edba (patch)
treed4a33e6c5d9686f38c18885d19c5914e9a6dbdcd /pkgs/shells
parent4f87457314fdcde15b0cb6cfb92300a19e536e09 (diff)
oil: 0.9.0 -> 0.9.2
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 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 = ''