Unverified Commit cd4deb2b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #316576 from r-ryantm/auto-update/oil

oil: 0.21.0 -> 0.22.0
parents fc22cf16 6cf8177e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "oil";
  version = "0.21.0";
  version = "0.22.0";

  src = fetchurl {
    url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
    hash = "sha256-eoImAByJFtAEaPYn02XerR/0+dXO8IdhnTEDCMKmlJI=";
    hash = "sha256-RS5/1Ci2hqp1LP65viuU+fz3upqyLgrlcKh83PeCJC4=";
  };

  postPatch = ''