oras: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2024-12-06 12:41:38 +00:00
parent e574201552
commit d23cf6671f
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "oras";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "oras-project";
repo = "oras";
rev = "v${version}";
hash = "sha256-uqbHyp7eB7uttBlWpWxkCDGHtLkViYPEsIXuMGZ6LuM=";
hash = "sha256-M9YQUQHMt+CsTp/zDsPM2mwaUGYwjgBW1RY6j5jpYDk=";
};
vendorHash = "sha256-QGh3utM+9yPRGN/6IrPbXzyXA6yUNKQuOdVWglFeySw=";
vendorHash = "sha256-I1iFayzNcU2K8YMTfMFU0PEZAjKGhCuJLEi7cwy/XW0=";
nativeBuildInputs = [ installShellFiles ];