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
, 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; {