Skip to content

Commit cc8104a

Browse files
authored
Merge pull request NixOS#177127 from bobby285271/pantheon
Pantheon 7 updates 2022-06-09
2 parents 5370e40 + 6667e36 commit cc8104a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pkgs/desktops/pantheon/apps/elementary-videos/default.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
, ninja
88
, vala
99
, python3
10-
, desktop-file-utils
1110
, gtk3
1211
, granite
1312
, libgee
@@ -20,17 +19,16 @@
2019

2120
stdenv.mkDerivation rec {
2221
pname = "elementary-videos";
23-
version = "2.8.3";
22+
version = "2.8.4";
2423

2524
src = fetchFromGitHub {
2625
owner = "elementary";
2726
repo = "videos";
2827
rev = version;
29-
sha256 = "sha256-3V8iDy68ngdFTJxAGimuGi4vPru32pHYevThA0RwNpE=";
28+
sha256 = "sha256-IUIY/WgGPVRYk9O+ZocopoBF7TlLnTtScNwO6gDCALw=";
3029
};
3130

3231
nativeBuildInputs = [
33-
desktop-file-utils
3432
meson
3533
ninja
3634
pkg-config

pkgs/desktops/pantheon/services/elementary-notifications/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "elementary-notifications";
20-
version = "6.0.1";
20+
version = "6.0.2";
2121

2222
src = fetchFromGitHub {
2323
owner = "elementary";
2424
repo = "notifications";
2525
rev = version;
26-
sha256 = "sha256-AEcZVQPAQLa202/Yvq0GihY8BfMEH46iXeQ5u3QvuXg=";
26+
sha256 = "sha256-kM//T3P8gMGnCMDJ1caQQGgD6HBOQo0wp2wZGMUUPuU=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)