diff options
author | lassulus <lassulus@lassul.us> | 2017-12-31 03:02:48 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-31 03:02:48 +0100 |
commit | f2fe825333854ba8f07a95200c67194aeae0fb5f (patch) | |
tree | 3fb255c276a0d0bc305f619a944b8204a64bc702 /makefu/5pkgs/vpn-ws | |
parent | d5a69ce257d44c804d1edb679e5667eae6a71853 (diff) | |
parent | 181bd547f370848df1a49f886355e6fe8853c02f (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/5pkgs/vpn-ws')
-rw-r--r-- | makefu/5pkgs/vpn-ws/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/vpn-ws/default.nix b/makefu/5pkgs/vpn-ws/default.nix index 71573384d..1f2e45fe4 100644 --- a/makefu/5pkgs/vpn-ws/default.nix +++ b/makefu/5pkgs/vpn-ws/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { owner = "unbit"; repo = "vpn-ws"; rev = version; - sha256 = "068vzrpzgksadb31khancnpkgzhdcr6kh6k9wgm77q68skwl3w0k"; + sha256 = "0k7338xxvg1k988zz3nb681nsqmfiik9bnkk7jmxjz7j0wfwq8nj"; }; patchPhase = '' |