Unverified Commit fb703565 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #280349 from amaxine/boatswain_0.4.0

boatswain: 0.3.0 → 0.4.0
parents 8748b2ab 678eee38
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -17,18 +17,19 @@
, json-glib
, libsecret
, libsoup_3
, libpeas2
}:

stdenv.mkDerivation rec {
  pname = "boatswain";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "boatswain";
    rev = version;
    hash = "sha256-Q16ooTaCgwbwEqa0iRzAoaS5OHCSi6dXaiVgC3uc/zc=";
    hash = "sha256-Yqf7NJMyE6mg1zJJCLrIr6Emwt/nvlLHLAEtCXqFT8M=";
  };

  nativeBuildInputs = [
@@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
    json-glib
    libsecret
    libsoup_3
    libpeas2
  ];

  meta = with lib; {