Loading pkgs/shells/oil/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ let in stdenv.mkDerivation rec { pname = "oil"; version = "0.14.0"; version = "0.14.2"; src = fetchurl { url = "https://www.oilshell.org/download/oil-${version}.tar.xz"; hash = "sha256-ZrT2vHfbc0S9Q9e9lDiyptfSC3CIiQs8Co9FODil7oY="; hash = "sha256-I/r/DhELLpKMnZqUh847F/uVPiCYF5b574cjP59+ZG0="; }; postPatch = '' Loading Loading
pkgs/shells/oil/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,11 @@ let in stdenv.mkDerivation rec { pname = "oil"; version = "0.14.0"; version = "0.14.2"; src = fetchurl { url = "https://www.oilshell.org/download/oil-${version}.tar.xz"; hash = "sha256-ZrT2vHfbc0S9Q9e9lDiyptfSC3CIiQs8Co9FODil7oY="; hash = "sha256-I/r/DhELLpKMnZqUh847F/uVPiCYF5b574cjP59+ZG0="; }; postPatch = '' Loading