Skip to content

Commit eb34e70

Browse files
committed
rymdport: 3.7.0 -> 3.8.0
1 parent 8b3b55d commit eb34e70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/rymdport/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
buildGoModule rec {
1414
pname = "rymdport";
15-
version = "3.7.0";
15+
version = "3.8.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "Jacalz";
1919
repo = "rymdport";
2020
rev = "v${version}";
21-
hash = "sha256-o+FmAG+Zcuud2CKtMLQkdLkXyJ41kaXn3qp/O6rUXJA=";
21+
hash = "sha256-WWLs0gzFo1+scG+2JfNMd28jIP1BMMJOK4fhQ726mHY=";
2222
};
2323

24-
vendorHash = "sha256-daOYPZri/ikshTUh3Lk2qHTbeD9mNUUue35aG/b4c88=";
24+
vendorHash = "sha256-+FVERz1PVZSG8jqffUlglL+3VHsRNxHH0g2GYpYNQ9g=";
2525

2626
nativeBuildInputs = [
2727
pkg-config

0 commit comments

Comments
 (0)