Skip to content

Commit

Permalink
pango: 1.54.0 → 1.55.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar authored and github-actions[bot] committed Jan 10, 2025
1 parent 7741b76 commit 2bec3ca
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkgs/development/libraries/pango/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pango";
version = "1.54.0";
version = "1.55.5";

outputs = [
"bin"
Expand All @@ -38,10 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
] ++ lib.optional withIntrospection "devdoc";

src = fetchurl {
url =
with finalAttrs;
"mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-ip7tdQIe5zTX/A/fOmXDu6Ud/v5K5RqbQUpgxwstHtg=";
url = "mirror://gnome/sources/pango/${lib.versions.majorMinor finalAttrs.version}/pango-${finalAttrs.version}.tar.xz";
hash = "sha256-45YSbqCCA8vY7xJjjmIi4uH9iqnKxnQwcv7cXy2CDdg=";
};

depsBuildBuild = [
Expand Down Expand Up @@ -115,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: {

passthru = {
updateScript = gnome.updateScript {
packageName = finalAttrs.pname;
packageName = "pango";
# 1.90 is alpha for API 2.
freeze = "1.90.0";
};
Expand Down

0 comments on commit 2bec3ca

Please sign in to comment.