about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-26 12:41:46 +0200
committerGitHub <noreply@github.com>2024-06-26 12:41:46 +0200
commitaf5959b894d4ee4b4e1fb21f84df8569d49f34b6 (patch)
tree02d849a4116c5a87586a2414521510721c2d1664 /pkgs
parentd8e757dee6e34c556cd408d8de916ba5abebcc1e (diff)
parent210d7af01eed34b5bd8c57302a4a2b5451f39e6e (diff)
Merge pull request #322412 from jwijenbergh/update-eduvpn-common
libeduvpn-common: 2.0.1 -> 2.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/li/libeduvpn-common/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/libeduvpn-common/package.nix b/pkgs/by-name/li/libeduvpn-common/package.nix
index a0b559fa31e7a..bc011a3410ea0 100644
--- a/pkgs/by-name/li/libeduvpn-common/package.nix
+++ b/pkgs/by-name/li/libeduvpn-common/package.nix
@@ -5,11 +5,11 @@
 
 buildGoModule rec {
   pname = "libeduvpn-common";
-  version = "2.0.1";
+  version = "2.0.2";
 
   src = fetchurl {
     url = "https://github.com/eduvpn/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz";
-    hash = "sha256-hTF9CSqU9c0+TOK+/oRGjY1fBCKpisiiTJnWZqcdvjA=";
+    hash = "sha256-cD2WqxKCQkDL4lNbFKcbKygvmmd5FT8mZe5DDw+kizg=";
   };
 
   vendorHash = null;