mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixpkgs: pythonPackages.obfsproxy 0.2.12 -> 0.2.13
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
48b5ad912f
commit
0093d7a9ea
1 changed files with 2 additions and 2 deletions
|
@ -7456,12 +7456,12 @@ let
|
|||
|
||||
obfsproxy = buildPythonPackage ( rec {
|
||||
name = "obfsproxy-${version}";
|
||||
version = "0.2.12";
|
||||
version = "0.2.13";
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = meta.repositories.git;
|
||||
rev = "refs/tags/${name}";
|
||||
sha256 = "82d694aa7f3de7327fc4dc517fb262ab076f536ed6d4377573c76df8cf019dcf";
|
||||
sha256 = "16jb8x5hbs3g4dq10y6rqc1005bnffwnlws8x7j1d96n7k9mjn8h";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self;
|
||||
|
|
Loading…
Reference in a new issue