mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
pantheon.elementary-calendar: 5.1.1 -> 6.0.1
This commit is contained in:
parent
91073bc810
commit
2cc74a2106
@ -10,6 +10,7 @@
|
|||||||
, gtk3
|
, gtk3
|
||||||
, granite
|
, granite
|
||||||
, libgee
|
, libgee
|
||||||
|
, libhandy
|
||||||
, geoclue2
|
, geoclue2
|
||||||
, libchamplain
|
, libchamplain
|
||||||
, clutter
|
, clutter
|
||||||
@ -27,7 +28,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "elementary-calendar";
|
pname = "elementary-calendar";
|
||||||
version = "5.1.1";
|
version = "6.0.1";
|
||||||
|
|
||||||
repoName = "calendar";
|
repoName = "calendar";
|
||||||
|
|
||||||
@ -35,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = repoName;
|
repo = repoName;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "18npf4zzf2dywr1zkr6fqzcbb70297yvdp5wxw7zyam1xwa86v07";
|
sha256 = "1caxc42jrys5s4x9qai5wdpcwpkmyvnqx9z75974g7swiz1lrzq6";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
@ -66,6 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3
|
gtk3
|
||||||
libchamplain
|
libchamplain
|
||||||
libgee
|
libgee
|
||||||
|
libhandy
|
||||||
libical
|
libical
|
||||||
libnotify
|
libnotify
|
||||||
libgdata # required by some dependency transitively
|
libgdata # required by some dependency transitively
|
||||||
|
Loading…
Reference in New Issue
Block a user