libpanel: 1.4.1 → 1.6.0

https://gitlab.gnome.org/GNOME/libpanel/-/compare/1.4.1...1.6.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-02 14:10:22 +01:00
parent 617e0ee76f
commit b6c23241c1
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation rec {
pname = "libpanel";
version = "1.4.1";
version = "1.6.0";
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
src = fetchurl {
url = "mirror://gnome/sources/libpanel/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "mEENAOc0hX7N8zuaIN17D7ONi20x1Dabr8HGc5Krud4=";
hash = "sha256-t3NJSjxpMANFzY4nAnRI0RiRgwJswTeAL4hkF8bqMLY=";
};
nativeBuildInputs = [