treewide: Fix overrides having wrong versions

This commit is contained in:
Patrick Hilhorst
2018-11-05 00:35:13 +01:00
parent b0e9fc131c
commit 9ec40cc3bf
7 changed files with 20 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ let
});
pathspec = super.pathspec.overridePythonAttrs (oldAttrs: rec {
name = "${oldAttrs.pname}-${version}";
version = "0.5.5";
src = oldAttrs.src.override {
inherit version;