sipexer: 1.0.3 -> 1.1.0 (#240929)
* sipexer: 1.0.3 -> 1.1.0 * Update pkgs/tools/networking/sipexer/default.nix --------- Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
parent
507e8b4cca
commit
f7f5555216
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "sipexer";
|
||||
version = "1.0.3";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "miconda";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-cM40hxHMBH0wT1prSRipAZscSBxkZX7riwCrnLQUT0k=";
|
||||
hash = "sha256-/AVOC8Tx5XMDiKmLBq2xUiJaA3K3TnWVXPE+Vzx862I=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-q2uNqKZc6Zye7YimPDrg40o68Fo4ux4fygjVjJdhqQU=";
|
||||
@ -21,6 +21,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/miconda/sipexer";
|
||||
changelog = "https://github.com/miconda/sipexer/releases/tag/v${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ astro ];
|
||||
maintainers = with maintainers; [ astro janik ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user