We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c97008e + a6fcbb4 commit 4ad6e6fCopy full SHA for 4ad6e6f
pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
@@ -9,6 +9,7 @@
9
, vala
10
, libadwaita
11
, libgee
12
+, libical
13
, granite7
14
, gtk4
15
, libxml2
@@ -18,13 +19,13 @@
18
19
20
stdenv.mkDerivation rec {
21
pname = "switchboard-plug-datetime";
- version = "8.0.0";
22
+ version = "8.1.0";
23
24
src = fetchFromGitHub {
25
owner = "elementary";
26
repo = pname;
27
rev = version;
- sha256 = "sha256-PE1ig8p9H4MfipIpN3ubXAJNzLwGVW89adn+SF3rEuQ=";
28
+ sha256 = "sha256-VOL0F0obuXVz0G5hMI/hpUf2T3H8XUw64wu4MxRi57g=";
29
};
30
31
patches = [
@@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
47
48
gtk4
49
libadwaita
50
libgee
51
+ libical
52
switchboard
53
];
54
0 commit comments