ansible: avoid duplicate hash in src.override

This commit is contained in:
Vladimír Čunát 2022-08-23 17:10:32 +02:00
parent 97afcab284
commit ad8d5e0c3b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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";
}));