Unverified Commit 86bcf3ad authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.elementary-dock: 8.3.1 -> 8.3.2

parent 871ac174
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "elementary-dock";
  version = "8.3.1";
  version = "8.3.2";

  outputs = [
    "out"
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "elementary";
    repo = "dock";
    rev = finalAttrs.version;
    hash = "sha256-BJkJ6U9fnGSFeY/Z9tcomZ0umRDENxPl0koioUYhFYg=";
    hash = "sha256-knnr9uKBf27tovucAgAX5N//3t70KtO++Ei/1l74ZFg=";
  };

  depsBuildBuild = [ pkg-config ];