lol

Merge pull request #189901 from r-ryantm/auto-update/oras

oras: 0.14.0 -> 0.14.1

authored by

Christian Kögler and committed by
GitHub
be20c358 271e25aa

+3 -3
+3 -3
pkgs/development/tools/oras/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "oras"; 5 - version = "0.14.0"; 5 + version = "0.14.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "oras-project"; 9 9 repo = "oras"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-mngFLFZG3JPd+GiiMjmU6OhqC3P7Y+Weaw+UgIVO0KQ="; 11 + sha256 = "sha256-SE79SQtQT+HRHjxRXnu2bWNKj56P5Szhdo+CpvQRwlI="; 12 12 }; 13 - vendorSha256 = "sha256-tJSxickFtPx5T5408wbijpYBRXgR5nHL8hZ/yWV83lc="; 13 + vendorSha256 = "sha256-ufTQlqMRIFgyH+xO+fPKBTQ9blqM9thiYrVlQDmgUqQ="; 14 14 15 15 ldflags = [ 16 16 "-s"