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

Merge pull request #321033 from bobby285271/upd/mate

mate.mate-panel: 1.28.1 -> 1.28.2
parents 8b685cfe 1eb68050
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@

stdenv.mkDerivation rec {
  pname = "mate-panel";
  version = "1.28.1";
  version = "1.28.2";

  src = fetchurl {
    url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    sha256 = "UTPGT1lpro7uvm6LukUN6nkssL4G2a4cNuhWnS+FJLo=";
    sha256 = "Z4pD6DeqJxhJQgT93xm7kGzwfl2A/S4d3nRfJtKtujM=";
  };

  nativeBuildInputs = [