about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-22 10:40:29 -0500
committerGitHub <noreply@github.com>2023-12-22 10:40:29 -0500
commit2a044974a8bd4be1d147e74c249a1d02708f47b7 (patch)
tree1297ffe553ede4daa14de115f104fa39e8572b4a /pkgs
parentb79ea2195706c51e8b3510bc847691293f4bfb92 (diff)
parentdcc342ddb13abd40342e449b38c92ef1de75cf50 (diff)
Merge pull request #275988 from r-ryantm/auto-update/onetun
onetun: 0.3.5 -> 0.3.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/onetun/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/onetun/default.nix b/pkgs/tools/networking/onetun/default.nix
index 46b040f513ead..ca07db7583a44 100644
--- a/pkgs/tools/networking/onetun/default.nix
+++ b/pkgs/tools/networking/onetun/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "onetun";
-  version = "0.3.5";
+  version = "0.3.6";
 
   src = fetchFromGitHub {
     owner = "aramperes";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-svf30eFldfbhi8L44linHccGApYFuEWZOjzyqM+tjw4=";
+    sha256 = "sha256-NH3K/EGFtBcTAxGntneV86zd8eWSV4fFxvr76xtE/mw=";
   };
 
-  cargoHash = "sha256-KcixaVNZEpGeMg/sh3dua3D7vqzlBvf+Zh3MKk6LJac=";
+  cargoHash = "sha256-ZpgcFzQLiOWyhjSI+WcLa0UFUw8zQWfqJkrVVpIexgM=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     Security