Unverified Commit dc1834e2 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #255273 from helsinki-systems/upd/dovecot

dovecot: 2.3.20 -> 2.3.21
parents eac4face f1b2dfd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

stdenv.mkDerivation rec {
  pname = "dovecot";
  version = "2.3.20";
  version = "2.3.21";

  nativeBuildInputs = [ perl pkg-config ];
  buildInputs =
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "https://dovecot.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz";
    hash = "sha256-yqgy65aBSKvfNe6dD1NLd5+nMsDOSpE9mrjDRpshhVI=";
    hash = "sha256-BbEQk6ccI3wu8wmtWHUQchzJO77mgoJRVJ/BWGw2UC0=";
  };

  enableParallelBuilding = true;
+2 −2
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ let
  dovecotMajorMinor = lib.versions.majorMinor dovecot.version;
in stdenv.mkDerivation rec {
  pname = "dovecot-pigeonhole";
  version = "0.5.20";
  version = "0.5.21";

  src = fetchurl {
    url = "https://pigeonhole.dovecot.org/releases/${dovecotMajorMinor}/dovecot-${dovecotMajorMinor}-pigeonhole-${version}.tar.gz";
    hash = "sha256-rjK9SHDqLBMorgm6IG6ewSEoBG1q/KUvu8nvf3VhfJg=";
    hash = "sha256-HKcdJlkHZxIFinIDAojxULKwdrAwZFNHHFJhSY097Sc=";
  };

  buildInputs = [ dovecot openssl ];