diff options
| author | Felix Bargfeldt <41747605+Defelo@users.noreply.github.com> | 2026-01-18 11:11:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-18 11:11:59 +0000 |
| commit | 74f4aace03614725607f1f78d388d112b3389800 (patch) | |
| tree | 6eeaa1b4fc8869fe55ef13c269a00eac0dd97df6 | |
| parent | f2e79ad7eb68ffdfb4697d9a38ec3038acc23a48 (diff) | |
| parent | a2617c8ac8e61eec96c1a84dbb176836b2e324ec (diff) | |
[Backport release-25.11] obfs4: 0.8.0 -> 0.8.1 (#481273)
| -rw-r--r-- | pkgs/by-name/ob/obfs4/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ob/obfs4/package.nix b/pkgs/by-name/ob/obfs4/package.nix index 31ac4a734c29..6e1c34fa9d60 100644 --- a/pkgs/by-name/ob/obfs4/package.nix +++ b/pkgs/by-name/ob/obfs4/package.nix @@ -9,7 +9,7 @@ buildGoModule (finalAttrs: { pname = "obfs4"; - version = "0.8.0"; + version = "0.8.1"; src = fetchFromGitLab { domain = "gitlab.torproject.org"; @@ -19,10 +19,10 @@ buildGoModule (finalAttrs: { # will collide with lyrebird Gtk3 program. repo = "lyrebird"; tag = "lyrebird-${finalAttrs.version}"; - hash = "sha256-h4ZhjyWRovoEFEFjjJBHBWc3kup60MNFvaYN6UPPxOE="; + hash = "sha256-KI9tGQomqSbiW8itxQ72rPwL67LVTmP110FrYVELr5w="; }; - vendorHash = "sha256-isquplrmgtR8Mn5M+XNRdeGJHrAm7V7h1etVmVmN60I="; + vendorHash = "sha256-AlLRJieCiCLQPbqT+0J3Zxe73ryNB8MQkAyHsU+wr2A="; ldflags = [ "-s" |
