boatswain: 0.3.0 → 0.4.0

This commit is contained in:
Maxine Aubrey 2024-01-11 22:00:42 +01:00
parent a2f82b9b84
commit 678eee38f3
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -17,18 +17,19 @@
, json-glib , json-glib
, libsecret , libsecret
, libsoup_3 , libsoup_3
, libpeas2
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "boatswain"; pname = "boatswain";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.gnome.org"; domain = "gitlab.gnome.org";
owner = "World"; owner = "World";
repo = "boatswain"; repo = "boatswain";
rev = version; rev = version;
hash = "sha256-Q16ooTaCgwbwEqa0iRzAoaS5OHCSi6dXaiVgC3uc/zc="; hash = "sha256-Yqf7NJMyE6mg1zJJCLrIr6Emwt/nvlLHLAEtCXqFT8M=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
json-glib json-glib
libsecret libsecret
libsoup_3 libsoup_3
libpeas2
]; ];
meta = with lib; { meta = with lib; {