Unverified Commit 8fbedfea authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

oils-for-unix: 0.23.0 -> 0.24.0 (#355218)

parents 61f65fee f4a92cf0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "oils-for-unix";
  version = "0.23.0";
  version = "0.24.0";

  src = fetchurl {
    url = "https://www.oilshell.org/download/oils-for-unix-${version}.tar.gz";
    hash = "sha256-ydNcp4tKCO6vrIvGQ54rtAvM0zcNsiJkh/rtY0ihdSE=";
    hash = "sha256-30r+2U1TswOngs4DgMOT1g9tIZIe8qJZIrQAgordmPM=";
  };

  postPatch = ''