Skip to content

Commit

Permalink
gns3-server: update version overrides
Browse files Browse the repository at this point in the history
It needs jsonschema==3.2.0 and aiofiles==0.4.0
  • Loading branch information
Atemu committed Jun 16, 2020
1 parent b368758 commit 9698a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/gns3/server.nix
Expand Up @@ -4,8 +4,8 @@

let
defaultOverrides = commonOverrides ++ [
(mkOverride "jsonschema" "2.6.0"
"00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg")
(mkOverride "aiofiles" "0.4.0"
"1vmvq9qja3wahv8m1adkyk00zm7j0x64pk3f2ry051ja66xa07h2")
];

python = python3.override {
Expand Down

0 comments on commit 9698a56

Please sign in to comment.