File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
pkgs/desktops/pantheon/apps/elementary-dock Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1313 gtk4 ,
1414 libadwaita ,
1515 wayland ,
16+ nix-update-script ,
1617} :
1718
1819stdenv . 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" ;
You can’t perform that action at this time.
0 commit comments