Unverified Commit 210d7af0 authored by Jeroen Wijenbergh's avatar Jeroen Wijenbergh
Browse files

libeduvpn-common: 2.0.1 -> 2.0.2

parent 6038b015
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;