sipexer: 1.1.0 -> 1.2.0 (#380921)

This commit is contained in:
Nick Cao
2025-02-10 13:47:00 -05:00
committed by GitHub
+2 -2
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=";