treewide: Fix overrides having wrong versions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user