azure-cli: fix hash

f7b8a5d7f6 changed the upstream version to "hash"
that lead to "multiple hashes passed to fetchurl" for this override
This commit is contained in:
Mathijs Kwik 2022-12-09 14:57:23 +01:00 committed by GitHub
parent 7df97cb5e7
commit ff229c7d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -541,7 +541,7 @@ let
src = oldAttrs.src.override {
inherit version;
sha256 = "sha256-YninUGU5VBgoP4h958O+r7OqaNraXKy+SyFOjSbaSZs=";
hash = "sha256-YninUGU5VBgoP4h958O+r7OqaNraXKy+SyFOjSbaSZs=";
};
});