mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
postfix-tlspol: 1.8.26 -> 1.8.27
https://github.com/Zuplu/postfix-tlspol/releases/tag/v1.8.27
This commit is contained in:
parent
a686b1af21
commit
fbb0dc01cf
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "postfix-tlspol";
|
pname = "postfix-tlspol";
|
||||||
version = "1.8.26";
|
version = "1.8.27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Zuplu";
|
owner = "Zuplu";
|
||||||
repo = "postfix-tlspol";
|
repo = "postfix-tlspol";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-H8T/AsAsynLlGcAyx/2aH2ZRZOKrgzMav9E4kJnDXBY=";
|
hash = "sha256-JK6QBJ7TxGAmIffrGIc/gE/w7HWdGMWUTt/TpU572tA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue