Skip to content

Commit

Permalink
oci-cli: 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 500d1a6 commit 97afcab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/admin/oci-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let
src = oldAttrs.src.override {
inherit version;
hash = "sha256-0rUlXHxjSbwb0eWeCM0SrLvWPOZJ8liHVXg6qU37axo=";
sha256 = "";
};
});

Expand All @@ -21,6 +22,7 @@ let
src = oldAttrs.src.override {
inherit version;
sha256 = "b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9";
hash = "";
};
});

Expand Down

0 comments on commit 97afcab

Please sign in to comment.