gnomeExtensions.mediaplayer: 3.5 -> 2019-03-21

* GNOME 3.32 support [0]

Also note this extension is being retired [1]

[0]: https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/commit/c2483c18d8910cdc36b44eb01422032ab6048ba9
[1]: https://github.com/JasonLG1979/gnome-shell-extensions-mediaplayer/issues/478
This commit is contained in:
worldofpeace
2019-04-05 12:14:12 +02:00
committed by Jan Tojnar
parent 974fefea4d
commit 98bf715f8a
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "gnome-shell-extensions-mediaplayer-${version}";
version = "3.5";
version = "unstable-2019-03-21";
src = fetchFromGitHub {
owner = "JasonLG1979";
repo = "gnome-shell-extensions-mediaplayer";
rev = version;
sha256 = "0b8smid9vdybgs0601q9chlbgfm1rzrj3vmd3i6p2a5d1n4fyvsc";
rev = "b382c98481fa421501684e2ff3eafc53971ef22b";
sha256 = "01z2dml8dvl5sljw62g7x19mz02dz1g4gkmyp0h5bx49djcw1nnh";
};
nativeBuildInputs = [