libpanel: 1.10.3 → 1.10.4

https://gitlab.gnome.org/GNOME/libpanel/-/compare/1.10.3...1.10.4
This commit is contained in:
winston
2026-05-06 23:03:31 +08:00
committed by Bobby Rong
parent de4e752da1
commit b7ed15bb58
+2 -2
View File
@@ -16,7 +16,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libpanel";
version = "1.10.3";
version = "1.10.4";
outputs = [
"out"
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/libpanel/${lib.versions.majorMinor finalAttrs.version}/libpanel-${finalAttrs.version}.tar.xz";
hash = "sha256-QqAbr4uURA8ZTqg0KyRL1pkt+wJMoxYMlHf/SY7DorY=";
hash = "sha256-WTiIp2kfCviqpuGTyeFK+oaoEMDC8nUVxtgT8Yczsc0=";
};
strictDeps = true;