summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2024-12-04 04:08:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-31 16:30:50 +0000
commit9dd6299521133d4522ac3471e230d282605a7687 (patch)
treef6f364a3f50ca3fb3d301a98d268723b9ea71d10
parent[Backport release-24.11] inv-sig-helper: 0-unstable-2024-12-17 -> 0-unstable-... (diff)
downloadnixpkgs-origin/backport-361656-to-release-24.11.tar.gz
Changelog: https://github.com/gdm-settings/gdm-settings/releases/tag/v5.0 Diff: https://github.com/gdm-settings/gdm-settings/compare/v4.4...v5.0 (cherry picked from commit 5f9c601362b345735aa09a99f5c1307e34b94f54)
-rw-r--r--pkgs/by-name/gd/gdm-settings/package.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/by-name/gd/gdm-settings/package.nix b/pkgs/by-name/gd/gdm-settings/package.nix
index 2fab3fa7429f..8dfd34988f3b 100644
--- a/pkgs/by-name/gd/gdm-settings/package.nix
+++ b/pkgs/by-name/gd/gdm-settings/package.nix
@@ -1,16 +1,16 @@
{
lib,
- fetchFromGitHub,
- python3Packages,
appstream,
blueprint-compiler,
desktop-file-utils,
- glib,
+ fetchFromGitHub,
gdm,
+ glib,
libadwaita,
meson,
ninja,
pkg-config,
+ python3Packages,
wrapGAppsHook4,
# gdm-settings needs to know where to look for themes
# This should work for most systems, but can be overridden if not
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication rec {
pname = "gdm-settings";
- version = "4.4";
+ version = "5.0";
pyproject = false;
src = fetchFromGitHub {
owner = "gdm-settings";
repo = "gdm-settings";
tag = "v${version}";
- hash = "sha256-3Te8bhv2TkpJFz4llm1itRhzg9v64M7Drtrm4s9EyiQ=";
+ hash = "sha256-x7w6m0+uwkm95onR+ioQAoLlaPoUmLc0+NgawQIIa/Y=";
};
nativeBuildInputs = [