lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #209877 from dotlambda/libadwaita-1.2.1

libadwaita: 1.2.0 -> 1.2.1

authored by

Jan Tojnar and committed by
GitHub
23d3b62e 312e9042

+3 -2
+3 -2
pkgs/development/libraries/libadwaita/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "libadwaita"; 23 - version = "1.2.0"; 23 + version = "1.2.1"; 24 24 25 25 outputs = [ "out" "dev" "devdoc" ]; 26 26 outputBin = "devdoc"; # demo app ··· 30 30 owner = "GNOME"; 31 31 repo = "libadwaita"; 32 32 rev = version; 33 - hash = "sha256-3lH7Vi9M8k+GSrCpvruRpLrIpMoOakKbcJlaAc/FK+U="; 33 + hash = "sha256-FJmH/DTTn01UlATgxC0d7vrpVLwAot6Y4cZralQz2nU="; 34 34 }; 35 35 36 36 depsBuildBuild = [ ··· 109 109 }; 110 110 111 111 meta = with lib; { 112 + changelog = "https://gitlab.gnome.org/GNOME/libadwaita/-/blob/${src.rev}/NEWS"; 112 113 description = "Library to help with developing UI for mobile devices using GTK/GNOME"; 113 114 homepage = "https://gitlab.gnome.org/GNOME/libadwaita"; 114 115 license = licenses.lgpl21Plus;