Skip to content

Commit c735856

Browse files
authored
oras: 1.2.1 -> 1.2.2 (#366544)
2 parents ccb7e35 + b5b161c commit c735856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/or/oras/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "oras";
12-
version = "1.2.1";
12+
version = "1.2.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "oras-project";
1616
repo = "oras";
1717
rev = "v${version}";
18-
hash = "sha256-M9YQUQHMt+CsTp/zDsPM2mwaUGYwjgBW1RY6j5jpYDk=";
18+
hash = "sha256-iSmoD2HhzVrWQBaZ7HaIjcPmybl4JTVeVVfbn29i91Q=";
1919
};
2020

21-
vendorHash = "sha256-I1iFayzNcU2K8YMTfMFU0PEZAjKGhCuJLEi7cwy/XW0=";
21+
vendorHash = "sha256-zxcRMrr0mfSiuZpXYe7N0nJrEmiBTgw03+Yp4PYieBY=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)