diff options
author | makefu <github@syntax-fehler.de> | 2017-12-28 16:00:40 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-28 16:00:40 +0100 |
commit | 4414e50bb84c307627e5c9ec71510ab907d87c62 (patch) | |
tree | a0c8773519ca3cbe3f305e72176574886720cf69 /makefu/5pkgs | |
parent | 4cc193cffd02ca5352d47ab4772f468acb3973b6 (diff) |
ma vpn-ws: fix sha256
Diffstat (limited to 'makefu/5pkgs')
-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 = '' |