about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-06 21:34:16 +0100
committerGitHub <noreply@github.com>2024-03-06 21:34:16 +0100
commiteb99d46bb76e8661ded0a931433b9c0043c037aa (patch)
tree1d77aa809fd63f561efcb1bd773f80f576365a3d /pkgs/applications/window-managers
parent25b19c0549a9c01fbb6e110ef0050d226a368eca (diff)
parentf9968592cc71c0fd3681474fe781daca0de3b94a (diff)
downloadnixlib-eb99d46bb76e8661ded0a931433b9c0043c037aa.tar
nixlib-eb99d46bb76e8661ded0a931433b9c0043c037aa.tar.gz
nixlib-eb99d46bb76e8661ded0a931433b9c0043c037aa.tar.bz2
nixlib-eb99d46bb76e8661ded0a931433b9c0043c037aa.tar.lz
nixlib-eb99d46bb76e8661ded0a931433b9c0043c037aa.tar.xz
nixlib-eb99d46bb76e8661ded0a931433b9c0043c037aa.tar.zst
nixlib-eb99d46bb76e8661ded0a931433b9c0043c037aa.zip
Merge pull request #291437 from r-ryantm/auto-update/phosh-mobile-settings
phosh-mobile-settings: 0.35.1 -> 0.36.0
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
index 3d0517386d69..71d051159de1 100644
--- a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
+++ b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
@@ -20,12 +20,12 @@
 
 stdenv.mkDerivation rec {
   pname = "phosh-mobile-settings";
-  version = "0.35.1";
+  version = "0.36.0";
 
   src = fetchurl {
     # This tarball includes the meson wrapped subproject 'gmobile'.
     url = "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
-    hash = "sha256-Kg3efPs0knbJ9b0buIkgqIL1XplcZpGIi0hxJptG6UI=";
+    hash = "sha256-rktrEBRjOUWGb0Qfcyr03dSxpU2XnC0xHb07x8qc9JU=";
   };
 
   nativeBuildInputs = [
@@ -63,8 +63,8 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A settings app for mobile specific things";
-    homepage = "https://gitlab.gnome.org/guidog/phosh-mobile-settings";
-    changelog = "https://gitlab.gnome.org/guidog/phosh-mobile-settings/-/blob/v${version}/debian/changelog";
+    homepage = "https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings";
+    changelog = "https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/blob/v${version}/debian/changelog";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ rvl ];
     platforms = platforms.linux;