about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/phosh
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-07 12:27:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-07 12:27:01 +0000
commitd2699e10b415367a208214d084bec7f624376794 (patch)
treee119a442fb0fb1f2d548b75ac9db60ed4b42b54a /pkgs/applications/window-managers/phosh
parentf6eb921406a79870e1c41b9b629d87a7b46711e2 (diff)
phosh-mobile-settings: 0.37.0 -> 0.38.0
Diffstat (limited to 'pkgs/applications/window-managers/phosh')
-rw-r--r--pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
index 8e85597cc7d39..8666adae40f73 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.37.0";
+  version = "0.38.0";
 
   src = fetchurl {
     # This tarball includes the meson wrapped subproject 'gmobile'.
     url = "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
-    hash = "sha256-HW3wM/lb8pvr+eDoeqa0iHXiKhBQ8ybBIy0wwHPsrOg=";
+    hash = "sha256-WDqgVsJx5y6IlWII9fRBsAeWn/tB8BaXRtlPvA0wmMk=";
   };
 
   nativeBuildInputs = [