pantheon.elementary-dock: 8.0.2 -> 8.1.1

https://github.com/elementary/dock/compare/8.0.2...8.1.1
This commit is contained in:
Bobby Rong
2025-05-18 11:31:15 +08:00
parent 0ab949dc44
commit c8243d5859
@@ -18,7 +18,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "elementary-dock";
version = "8.0.2";
version = "8.1.1";
outputs = [
"out"
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "elementary";
repo = "dock";
rev = finalAttrs.version;
hash = "sha256-bixNYpPdWU2FndiCPX7SxNTz2MEttRuj35NaWn3GJrI=";
hash = "sha256-Z6Y/UR6B4tygmetfZq5sOyn5nfq8+CmuR3NpegzCyo8=";
};
depsBuildBuild = [ pkg-config ];
@@ -51,6 +51,10 @@ stdenv.mkDerivation (finalAttrs: {
wayland
];
# Fix building with GCC 14
# https://github.com/elementary/dock/issues/418
env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion";
passthru = {
updateScript = nix-update-script { };
};