We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a400206 + eb34e70 commit 7b0e8a5Copy full SHA for 7b0e8a5
pkgs/applications/networking/rymdport/default.nix
@@ -12,16 +12,16 @@
12
13
buildGoModule rec {
14
pname = "rymdport";
15
- version = "3.7.0";
+ version = "3.8.0";
16
17
src = fetchFromGitHub {
18
owner = "Jacalz";
19
repo = "rymdport";
20
rev = "v${version}";
21
- hash = "sha256-o+FmAG+Zcuud2CKtMLQkdLkXyJ41kaXn3qp/O6rUXJA=";
+ hash = "sha256-WWLs0gzFo1+scG+2JfNMd28jIP1BMMJOK4fhQ726mHY=";
22
};
23
24
- vendorHash = "sha256-daOYPZri/ikshTUh3Lk2qHTbeD9mNUUue35aG/b4c88=";
+ vendorHash = "sha256-+FVERz1PVZSG8jqffUlglL+3VHsRNxHH0g2GYpYNQ9g=";
25
26
nativeBuildInputs = [
27
pkg-config
0 commit comments