Unverified Commit 7302a7c4 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

oils-for-unix: 0.24.0 -> 0.26.0 and new url (#378204)

parents eab80b37 f2f4fc54
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "oils-for-unix";
  version = "0.24.0";
  version = "0.26.0";

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

  postPatch = ''
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Unix shell with JSON-compatible structured data. It's our upgrade path from bash to a better language and runtime";
    homepage = "https://www.oilshell.org/";
    homepage = "https://www.oils.pub/";

    license = lib.licenses.asl20;

@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
      mkg20001
      melkor333
    ];
    changelog = "https://www.oilshell.org/release/${version}/changelog.html";
    changelog = "https://www.oils.pub/release/${version}/changelog.html";
  };

  passthru = {