gnomeExtensions.timepp: unstable-2019-03-30 -> unstable-2020-03-15
This commit is contained in:
parent
e31a4679d5
commit
1127b73eee
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-timepp";
|
pname = "gnome-shell-extension-timepp";
|
||||||
version = "unstable-2019-03-30";
|
version = "unstable-2020-03-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zagortenay333";
|
owner = "zagortenay333";
|
||||||
repo = "timepp__gnome";
|
repo = "timepp__gnome";
|
||||||
rev = "f90fb5573b37ac89fb57bf62e07d6d3bdb6a2c63";
|
rev = "34ae477a51267cc1e85992a80cf85a1a7b7005c1";
|
||||||
sha256 = "0p6rsbm6lf61vzly775qkwc2rcjjl38bkqdxnv4sccqmw2wwclnp";
|
sha256 = "1v0xbrp0x5dwizscxh7h984pax4n92bj8iyw3qvjk27ynpxq8ag1";
|
||||||
};
|
};
|
||||||
|
|
||||||
uuid = "timepp@zagortenay333";
|
uuid = "timepp@zagortenay333";
|
||||||
@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/zagortenay333/timepp__gnome";
|
homepage = "https://github.com/zagortenay333/timepp__gnome";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ svsdep ];
|
maintainers = with maintainers; [ svsdep ];
|
||||||
broken = versionAtLeast gnome3.gnome-shell.version "3.32"; # Dosen't support 3.34 https://github.com/zagortenay333/timepp__gnome/issues/113
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user