Unverified Commit b94882a3 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

pantheon.elementary-dock: 8.0.1 -> 8.0.2 (#373497)

parents f84e2fa9 819f4ef0
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -13,11 +13,12 @@
  gtk4,
  libadwaita,
  wayland,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "elementary-dock";
  version = "8.0.1";
  version = "8.0.2";

  outputs = [
    "out"
@@ -28,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "elementary";
    repo = "dock";
    rev = finalAttrs.version;
    hash = "sha256-Q4Y9FVqzPXoz2Nti1qB5SOJQ0tETPcv2fZPOMkJaND8=";
    hash = "sha256-bixNYpPdWU2FndiCPX7SxNTz2MEttRuj35NaWn3GJrI=";
  };

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

  passthru = {
    updateScript = nix-update-script { };
  };

  meta = {
    description = "Elegant, simple, clean dock";
    homepage = "https://github.com/elementary/dock";