Unverified Commit 49dface8 authored by Defelo's avatar Defelo
Browse files

obfs4: use tag in fetchFromGitLab

parent ee5c60ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildGoModule (finalAttrs: {
    # We don't use pname = lyrebird and we use the old obfs4 name as the first
    # will collide with lyrebird Gtk3 program.
    repo = "lyrebird";
    rev = "lyrebird-${finalAttrs.version}";
    tag = "lyrebird-${finalAttrs.version}";
    hash = "sha256-aPALWvngC/BVQO73yUAykHvEb6T0DZcGMowXINDqhpQ=";
  };