gnomeExtensions.system-monitor: 33 -> 36

This commit is contained in:
Tor Hedin Brønner 2018-09-13 18:04:25 +02:00 committed by Jan Tojnar
parent 7e082a4706
commit e7bd4f87e4
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "gnome-shell-system-monitor-${version}";
version = "33";
version = "36";
src = fetchFromGitHub {
owner = "paradoxxxzero";
repo = "gnome-shell-system-monitor-applet";
rev = "v${version}";
sha256 = "0abqaanl5r26x8f0mm0jgrjsr86hcx7mk75dx5c3zz7csw4nclkk";
sha256 = "0x3r189h5264kjxsm18d34gzb5ih8l4pz7i9qks9slcnzaiw4y0z";
};
buildInputs = [