From 9f97d67c3a9093cbc0c2119ecacf043c766022a7 Mon Sep 17 00:00:00 2001 From: tobim Date: Tue, 5 Jul 2022 22:46:40 +0200 Subject: [PATCH] oil: 0.10.1 -> 0.11.0 (#179637) --- pkgs/shells/oil/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix index ac7ea03084c..d1a8c9650f1 100644 --- a/pkgs/shells/oil/default.nix +++ b/pkgs/shells/oil/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "oil"; - version = "0.10.1"; + version = "0.11.0"; src = fetchurl { url = "https://www.oilshell.org/download/oil-${version}.tar.xz"; - sha256 = "sha256-jI+QQ+jE3Qzd0b9VishVwBzDlFHCVKv8cZ0BsHnkd0Q="; + hash = "sha256-5eAK53aFLEEjPvwKMQIZloUjSFaAcU0tzsUAr2PQAgg="; }; postPatch = ''