libadwaita: 1.4.4 → 1.5.0
https://gitlab.gnome.org/GNOME/libadwaita/-/compare/1.4.4...1.5.0 https://blogs.gnome.org/alicem/2024/03/15/libadwaita-1-5/ Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
parent
1df6938bde
commit
8dcf9b1fdb
@ -22,7 +22,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libadwaita";
|
||||
version = "1.4.4";
|
||||
version = "1.5.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputBin = "devdoc"; # demo app
|
||||
@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "GNOME";
|
||||
repo = "libadwaita";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-AZP5OH/LIroBeKioe7AIVx0FvFdTpWJ1INdRPZcjmHQ=";
|
||||
hash = "sha256-uEaBI2jHlMdVprMGRZe/8HszO3nEBUJaJtvJjrMOjE4=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
Loading…
Reference in New Issue
Block a user