summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-17 15:06:34 +0100
committerGitHub <noreply@github.com>2024-03-17 15:06:34 +0100
commitfd9aa8956f70ad424d65b449cf82e85dc2d8f7f8 (patch)
tree1234121d81b8e6d8e0de8fd0d553b458cd627376 /pkgs/applications/window-managers
parent46c6aca2d935d21e6f6c498aaefbb9baaa71a277 (diff)
parent645c0b4b6694c83af5812da21790b1e87a0f29f3 (diff)
Merge pull request #294301 from r-ryantm/auto-update/phosh-mobile-settings
phosh-mobile-settings: 0.36.0 -> 0.37.0
Diffstat (limited to 'pkgs/applications/window-managers')
-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 71d051159de1..a988e1369ce7 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.36.0";
+ version = "0.37.0";
src = fetchurl {
# This tarball includes the meson wrapped subproject 'gmobile'.
url = "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
- hash = "sha256-rktrEBRjOUWGb0Qfcyr03dSxpU2XnC0xHb07x8qc9JU=";
+ hash = "sha256-HW3wM/lb8pvr+eDoeqa0iHXiKhBQ8ybBIy0wwHPsrOg=";
};
nativeBuildInputs = [