Unverified Commit a8a68bff authored by rewine's avatar rewine Committed by GitHub
Browse files

deepin.deepin-system-monitor: 6.5.0 -> 6.5.4 (#405179)

parents 682d121b 80fb4ff9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation rec {
  pname = "deepin-system-monitor";
  version = "6.5.0";
  version = "6.5.4";

  src = fetchFromGitHub {
    owner = "linuxdeepin";
    repo = pname;
    rev = version;
    hash = "sha256-UOF0/RBceuRX6AtI1p5qqHhbRDAhA7i0+seOrkAFFgI=";
    hash = "sha256-xLlWQaoKC+/jgDD9sBikh5Z1QqDuCFcMulo0vqxJM7k=";
  };

  postPatch = ''