Skip to content

Commit

Permalink
oras: 0.16.0 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjheng committed Mar 21, 2023
1 parent 3d50e83 commit 5d0e5bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/oras/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, testers, oras }:
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, oras }:

buildGoModule rec {
pname = "oras";
version = "0.16.0";
version = "1.0.0";

src = fetchFromGitHub {
owner = "oras-project";
repo = "oras";
rev = "v${version}";
hash = "sha256-7fmrWkJ2f9LPaBB0vqLqPCCLpkdsS1gVfJ1xn6K/M3E=";
hash = "sha256-NGkpmObFY3Z8sKBbgIwFAnIyVEFE0sRxgrX+3oXEVo0=";
};

vendorHash = "sha256-BLjGu1xk5OCNILc2es5Q0fEIqoexq/lHnJtHz72w6iI=";
vendorHash = "sha256-l2UuYrkFdZYaqQUW57y0OZyu1gPO22C+AwNdIYymV9k=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 5d0e5bd

Please sign in to comment.