1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

gnome3.gnome-system-monitor: 3.28.1 → 3.28.2

This commit is contained in:
Jan Tojnar 2018-05-19 16:57:43 +02:00
parent 0cc8b413da
commit e7923b9e26
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gnome-system-monitor-${version}";
version = "3.28.1";
version = "3.28.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-system-monitor/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "0wdpd5mfrm0gwmwjvcj556c3mpxf3pcfnvh7x698i8if53ci0gw7";
sha256 = "164in885dyfvna5yjzgdyrbrsskvh5wzxdmkjgb4mbh54lzqd1zb";
};
doCheck = true;