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:
@@ -541,7 +541,7 @@ let
|
||||
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
sha256 = "sha256-YninUGU5VBgoP4h958O+r7OqaNraXKy+SyFOjSbaSZs=";
|
||||
hash = "sha256-YninUGU5VBgoP4h958O+r7OqaNraXKy+SyFOjSbaSZs=";
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user