phosh-mobile-settings: 0.39.0 -> 0.41.0

This commit is contained in:
Donovan Glover
2024-08-18 11:07:54 -04:00
parent f8fceac2de
commit ef947512dd
@@ -1,6 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchFromGitLab
, nixosTests
, directoryListingUpdater
, meson
@@ -17,16 +17,20 @@
, wayland-protocols
, json-glib
, gsound
, gmobile
}:
stdenv.mkDerivation rec {
pname = "phosh-mobile-settings";
version = "0.39.0";
version = "0.41.0";
src = fetchurl {
# This tarball includes the meson wrapped subproject 'gmobile'.
url = "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-9vN4IqGoRHDJQYohycrrSj4ITJHHaSNgPjpEjRCCvUw=";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
group = "World";
owner = "Phosh";
repo = "phosh-mobile-settings";
rev = "v${version}";
hash = "sha256-t5qngjQcjPltUGbcZ+CF5FbZtZkV/cD3xUhuApQbKHo=";
};
nativeBuildInputs = [
@@ -47,6 +51,7 @@ stdenv.mkDerivation rec {
wayland-protocols
json-glib
gsound
gmobile
];
postPatch = ''