sipexer: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2025-02-10 15:10:38 +00:00
parent 0fe418f717
commit 2b36139fbe

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sipexer";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "miconda";
repo = pname;
rev = "v${version}";
hash = "sha256-/AVOC8Tx5XMDiKmLBq2xUiJaA3K3TnWVXPE+Vzx862I=";
hash = "sha256-7L29nyFOc/5XAHpzGsFSngxMTwwIDkmwhIKIjHYGszc=";
};
vendorHash = "sha256-q2uNqKZc6Zye7YimPDrg40o68Fo4ux4fygjVjJdhqQU=";