deepin.deepin-system-monitor: 6.5.0 -> 6.5.4
6.5.1 appears to fix a security issue reported by the openSUSE security team. https://security.opensuse.org/2025/05/07/deepin-desktop-removal.html#2024-09-02-deepin-system-monitor-added-d-bus-service-and-new-polkit-actions https://github.com/linuxdeepin/deepin-system-monitor/blob/6.5.4/debian/changelog
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user