gnome.gnome-panel: 3.50.0 → 3.52.0

https://gitlab.gnome.org/GNOME/gnome-panel/-/compare/3.50.0...3.52.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey
2024-04-22 21:11:21 +02:00
parent 1fca48c199
commit 70b9788e8d
@@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "gnome-panel";
version = "3.50.0";
version = "3.52.0";
outputs = [ "out" "dev" "man" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-Al7IidBCYtQclb7oW+ZCG6OmBQ4mm5zpn2ksrUmi6xM=";
hash = "sha256-nim6iHPN5A1AwpNKRk+PQ7ousbUisZFEfKon3XhTxdQ=";
};
patches = [