libadwaita: 1.1.1 -> 1.1.2

https://gitlab.gnome.org/GNOME/libadwaita/-/blob/1.1.2/NEWS
This commit is contained in:
Robert Schütz 2022-06-01 17:17:47 +00:00
parent b6aa2dfb84
commit c2cc778be6

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "libadwaita";
version = "1.1.1";
version = "1.1.2";
outputs = [ "out" "dev" "devdoc" ];
outputBin = "devdoc"; # demo app
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "GNOME";
repo = "libadwaita";
rev = version;
hash = "sha256-iCMCQyhCUhp1f20+Qost9nnmfIUFE0iLKMKT/PfwOd4=";
hash = "sha256-OyjuUWfKE8GoGFCmaCS7YAf5GAS0VwMPht7cvFtkA/Y=";
};
nativeBuildInputs = [