We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41edc75 commit b5b161cCopy full SHA for b5b161c
pkgs/by-name/or/oras/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "oras";
12
- version = "1.2.1";
+ version = "1.2.2";
13
14
src = fetchFromGitHub {
15
owner = "oras-project";
16
repo = "oras";
17
rev = "v${version}";
18
- hash = "sha256-M9YQUQHMt+CsTp/zDsPM2mwaUGYwjgBW1RY6j5jpYDk=";
+ hash = "sha256-iSmoD2HhzVrWQBaZ7HaIjcPmybl4JTVeVVfbn29i91Q=";
19
};
20
21
- vendorHash = "sha256-I1iFayzNcU2K8YMTfMFU0PEZAjKGhCuJLEi7cwy/XW0=";
+ vendorHash = "sha256-zxcRMrr0mfSiuZpXYe7N0nJrEmiBTgw03+Yp4PYieBY=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
0 commit comments