Unverified Commit 678eee38 authored by Maxine Aubrey's avatar Maxine Aubrey
Browse files

boatswain: 0.3.0 → 0.4.0

parent a2f82b9b
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; {