Unverified Commit 86e62b81 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

Merge pull request #314102 from jtbx-prs/soju-0.8.0

soju: 0.7.0 -> 0.8.0, adopt by-name
parents c9102f72 274e87e5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule rec {
  pname = "soju";
  version = "0.7.0";
  version = "0.8.0";

  src = fetchFromSourcehut {
    owner = "~emersion";
    repo = "soju";
    rev = "v${version}";
    hash = "sha256-nzaYa4h+UZcP6jqFHxVjgQ/F3q9aOeOPgVKFWBy6Fag=";
    hash = "sha256-K7Dgc1HQ6+GnjraQNcK9LOFxUIoKKWro1mWKDZFwLiE=";
  };

  vendorHash = "sha256-JLght6bOrtc/VP3tfQboASa68VL2GGBTdK02DOC5EQk=";
  vendorHash = "sha256-4Yl87Gk/HykjIyNpRfgthLf6b+v7kxmONIhYBWVXi0I=";

  nativeBuildInputs = [
    installShellFiles
@@ -50,6 +50,6 @@ buildGoModule rec {
    homepage = "https://soju.im";
    changelog = "https://git.sr.ht/~emersion/soju/refs/${src.rev}";
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ azahi malte-v ];
    maintainers = with maintainers; [ azahi malte-v jtbx ];
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -6190,8 +6190,6 @@ with pkgs;
  socklog = callPackage ../tools/system/socklog { };
  soju = callPackage ../applications/networking/soju { };
  spacevim = callPackage ../applications/editors/spacevim { };
  srvc = callPackage ../applications/version-management/srvc { };