about summary refs log tree commit diff
path: root/pkgs/tools/networking/sipexer
diff options
context:
space:
mode:
authorJanik <80165193+Janik-Haag@users.noreply.github.com>2023-07-03 20:34:39 +0200
committerGitHub <noreply@github.com>2023-07-03 20:34:39 +0200
commitf7f55552165fe2eac627f2afea72a8a180001f05 (patch)
tree6400526ec7442880d0bb5cea73d4bcea27d16f2b /pkgs/tools/networking/sipexer
parent507e8b4ccab0936a1f75790af0d041333e876390 (diff)
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>
Diffstat (limited to 'pkgs/tools/networking/sipexer')
-rw-r--r--pkgs/tools/networking/sipexer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/sipexer/default.nix b/pkgs/tools/networking/sipexer/default.nix
index b8646270f8ac5..61f2d51d938b3 100644
--- a/pkgs/tools/networking/sipexer/default.nix
+++ b/pkgs/tools/networking/sipexer/default.nix
@@ -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 ];
   };
 }