Skip to content

Commit b94882a

Browse files
authored
pantheon.elementary-dock: 8.0.1 -> 8.0.2 (#373497)
2 parents f84e2fa + 819f4ef commit b94882a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pkgs/desktops/pantheon/apps/elementary-dock/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
gtk4,
1414
libadwaita,
1515
wayland,
16+
nix-update-script,
1617
}:
1718

1819
stdenv.mkDerivation (finalAttrs: {
1920
pname = "elementary-dock";
20-
version = "8.0.1";
21+
version = "8.0.2";
2122

2223
outputs = [
2324
"out"
@@ -28,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
2829
owner = "elementary";
2930
repo = "dock";
3031
rev = finalAttrs.version;
31-
hash = "sha256-Q4Y9FVqzPXoz2Nti1qB5SOJQ0tETPcv2fZPOMkJaND8=";
32+
hash = "sha256-bixNYpPdWU2FndiCPX7SxNTz2MEttRuj35NaWn3GJrI=";
3233
};
3334

3435
depsBuildBuild = [ pkg-config ];
@@ -50,6 +51,10 @@ stdenv.mkDerivation (finalAttrs: {
5051
wayland
5152
];
5253

54+
passthru = {
55+
updateScript = nix-update-script { };
56+
};
57+
5358
meta = {
5459
description = "Elegant, simple, clean dock";
5560
homepage = "https://github.com/elementary/dock";

0 commit comments

Comments
 (0)