postfixadmin: 3.3.10 -> 3.3.11

This commit is contained in:
R. Ryantm 2022-03-04 15:33:33 +00:00
parent 2f6a957617
commit 52ad014fe6

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 = ''