Skip to content

Commit

Permalink
rymdport: 3.6.0 -> 3.7.0 (NixOS#366847)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 21, 2024
2 parents ec3a30f + 12ff4db commit 5b03e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/rymdport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildGoModule rec {
pname = "rymdport";
version = "3.6.0";
version = "3.7.0";

src = fetchFromGitHub {
owner = "Jacalz";
repo = "rymdport";
rev = "v${version}";
hash = "sha256-PMCetU+E0Kl50K7sJB6UiHVouWPtfW8ALXFacxCvAhE=";
hash = "sha256-o+FmAG+Zcuud2CKtMLQkdLkXyJ41kaXn3qp/O6rUXJA=";
};

vendorHash = "sha256-RsmwTRVjhEgKAT9aekSfkRuai2165KG7q5aFjAiLSPU=";
vendorHash = "sha256-daOYPZri/ikshTUh3Lk2qHTbeD9mNUUue35aG/b4c88=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 5b03e19

Please sign in to comment.