about summary refs log tree commit diff
path: root/pkgs/applications/networking/circumflex
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-01 13:14:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-01 13:14:39 +0000
commit956d3bf39ec20959c88022d199f8d258ddcc217a (patch)
tree84f2c945ef3cd2c82ff59f672d02abffd5c91042 /pkgs/applications/networking/circumflex
parentf06c02ce7cf56f0a3b881bd5d4b8fd0caefb4ec9 (diff)
circumflex: 3.5 -> 3.6
Diffstat (limited to 'pkgs/applications/networking/circumflex')
-rw-r--r--pkgs/applications/networking/circumflex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/circumflex/default.nix b/pkgs/applications/networking/circumflex/default.nix
index bec25bf6f1204..7e719e25c04ca 100644
--- a/pkgs/applications/networking/circumflex/default.nix
+++ b/pkgs/applications/networking/circumflex/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "circumflex";
-  version = "3.5";
+  version = "3.6";
 
   src = fetchFromGitHub {
     owner = "bensadeh";
     repo = "circumflex";
     rev = version;
-    hash = "sha256-w5QdFvF+kIxt27rg/uXjd+G0Dls7oYhmFew+O2NoaVg=";
+    hash = "sha256-FzJUmF2X4Iyf83cIEa8b8EFCcWUyYEZBVyvXuhiaaWM=";
   };
 
-  vendorHash = "sha256-F9mzGP5b9dcmnT6TvjjbRq/isk1o8vM/5yxWUaZrnaw=";
+  vendorHash = "sha256-x/NgcodS/hirXJHxBHeUP9MgOBHq1yQWHprMrlpqsas=";
 
   nativeBuildInputs = [ makeWrapper ];