Unverified Commit f180b0a7 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent cf59864e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-panel";
  version = "4.20.6";
  version = "4.20.7";

  outputs = [
    "out"
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "xfce";
    repo = "xfce4-panel";
    tag = "xfce4-panel-${finalAttrs.version}";
    hash = "sha256-yfiF+ciuRNJzBt3n1rH2ywA1vNGYRVHu2ojf/EIGwyg=";
    hash = "sha256-tL32ymLhV1QK84223iEgGrKdZXm5/nB3MumDyDIrSHQ=";
  };

  nativeBuildInputs = [