Skip to content

Commit

Permalink
stayrtr: 0.5.1 -> 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F committed Oct 13, 2024
1 parent 5633bcf commit 666c2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
10 changes: 3 additions & 7 deletions pkgs/servers/stayrtr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@

buildGoModule rec {
pname = "stayrtr";
version = "0.5.1";
version = "0.6.1";

src = fetchFromGitHub {
owner = "bgp";
repo = "stayrtr";
rev = "v${version}";
hash = "sha256-/KwL/SEnHquFhPcYXpvQs71W4K1BrbqTPakatTNF47Q=";
hash = "sha256-uNZe3g8hs9c0uXrkWSTA+e/gziOpWqx5oFIJ2ZPgEzU=";
};
vendorHash = "sha256-ndMME9m3kbv/c1iKlU2Pn/YoiRQy7jfVQri3M+qhujk=";

patches = [
./go.mod.patch
];
vendorHash = "sha256-0PtQzwBhUoASUMnAAVZ4EIDmqIEaH0nct2ngyIkR+Qg=";

ldflags = [
"-s"
Expand Down
30 changes: 0 additions & 30 deletions pkgs/servers/stayrtr/go.mod.patch

This file was deleted.

0 comments on commit 666c2bf

Please sign in to comment.