oras: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2022-09-05 19:58:48 +00:00
parent b68f057782
commit 5fd65097da

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "oras";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "oras-project";
repo = "oras";
rev = "v${version}";
sha256 = "sha256-mngFLFZG3JPd+GiiMjmU6OhqC3P7Y+Weaw+UgIVO0KQ=";
sha256 = "sha256-SE79SQtQT+HRHjxRXnu2bWNKj56P5Szhdo+CpvQRwlI=";
};
vendorSha256 = "sha256-tJSxickFtPx5T5408wbijpYBRXgR5nHL8hZ/yWV83lc=";
vendorSha256 = "sha256-ufTQlqMRIFgyH+xO+fPKBTQ9blqM9thiYrVlQDmgUqQ=";
ldflags = [
"-s"