Merge pull request #162789 from r-ryantm/auto-update/postfixadmin

postfixadmin: 3.3.10 -> 3.3.11
This commit is contained in:
Lassulus 2022-04-08 20:01:21 +01:00 committed by GitHub
commit a10f84a327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "postfixadmin";
version = "3.3.10";
version = "3.3.11";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "${pname}-${version}";
sha256 = "0xck6df96r4z8k2j8x20b8h2qvmzyrfsya82s4i7hfhrxii92d3w";
sha256 = "sha256-jOO0AVcCmBxHLaWQOwvt7OFKAcAYPTVHTdQz1ZaYIqE=";
};
installPhase = ''