postgrey: set pname and version (#487676)

This commit is contained in:
Jo
2026-02-07 02:39:15 +00:00
committed by GitHub
+4 -3
View File
@@ -25,13 +25,14 @@ let
ParseSyslog
]
);
pname = "postgrey";
version = "1.37";
name = "postgrey-${version}";
in
runCommand name
runCommand "${pname}-${version}"
{
inherit pname version;
src = fetchurl {
url = "https://postgrey.schweikert.ch/pub/${name}.tar.gz";
url = "https://postgrey.schweikert.ch/pub/${pname}-${version}.tar.gz";
sha256 = "1xx51xih4711vrvc6d57il9ccallbljj5zhgqdb07jzmz11rakgz";
};
meta = {