mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
libadwaita: 1.7.0 → 1.7.2
https://gitlab.gnome.org/GNOME/libadwaita/-/compare/1.7.0...1.7.2 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
ec86b5992b
commit
d57f90d7fd
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "libadwaita";
|
pname = "libadwaita";
|
||||||
version = "1.7.0";
|
version = "1.7.2";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
owner = "GNOME";
|
owner = "GNOME";
|
||||||
repo = "libadwaita";
|
repo = "libadwaita";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-JD0lgsG6H8RJzsyEs55f8zB1o5SqPFPY2fScpfgmUF4=";
|
hash = "sha256-3QrFoUaQe2uIUTV/D4Da31o9Ee2d39/9mz1Is1/x3As=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue