ansible: avoid duplicate hash in src.override
This commit is contained in:
parent
97afcab284
commit
ad8d5e0c3b
@ -15235,6 +15235,7 @@ with pkgs;
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
hash = "sha256-XzZuhRFZ2Pcs5o0yuMDt2lbuU3wB6faOyjgr0VEK9l0=";
|
||||
sha256 = "";
|
||||
};
|
||||
meta.changelog = "https://github.com/ansible/ansible/blob/v${version}/changelogs/CHANGELOG-v${lib.versions.majorMinor version}.rst";
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user