Skip to content

Commit

Permalink
ansible: avoid duplicate hash in src.override
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Aug 23, 2022
1 parent 97afcab commit ad8d5e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}));
Expand Down

0 comments on commit ad8d5e0

Please sign in to comment.