Merge pull request #312992 from r-ryantm/auto-update/phosh-mobile-settings

phosh-mobile-settings: 0.38.0 -> 0.39.0
This commit is contained in:
Daniel Schaefer 2024-07-07 17:08:27 +08:00 committed by GitHub
commit 3312db85a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,12 +21,12 @@
stdenv.mkDerivation rec {
pname = "phosh-mobile-settings";
version = "0.38.0";
version = "0.39.0";
src = fetchurl {
# This tarball includes the meson wrapped subproject 'gmobile'.
url = "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-WDqgVsJx5y6IlWII9fRBsAeWn/tB8BaXRtlPvA0wmMk=";
hash = "sha256-9vN4IqGoRHDJQYohycrrSj4ITJHHaSNgPjpEjRCCvUw=";
};
nativeBuildInputs = [