Skip to content

Commit

Permalink
Merge pull request #286703 from r-ryantm/auto-update/acorn
Browse files Browse the repository at this point in the history
acorn: 0.10.0 -> 0.10.1
  • Loading branch information
marsam authored Mar 2, 2024
2 parents e1bc7e3 + b35ce4d commit 50a56f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/acorn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "acorn";
version = "0.10.0";
version = "0.10.1";

src = fetchFromGitHub {
owner = "acorn-io";
repo = pname;
rev = "v${version}";
hash = "sha256-U4VQ8PsmJxeMYj7TlsQQOEPckECDK+ENBQLjq5VFyJ4=";
hash = "sha256-Zw/OqN4d5iukh9oUXjczMvNKYkcGSUoDEwfti7uzZXQ=";
};

vendorHash = "sha256-FZJqE7BWGvXsFsfxnnaKUFLInBzz+bUwURq4KvSMrus=";
vendorHash = "sha256-d/1Rqh00THUwcMBWloevfKbScaWhVG5r/32Q4zYUaJg=";

ldflags = [
"-s"
Expand Down

0 comments on commit 50a56f4

Please sign in to comment.