Skip to content

Commit

Permalink
Merge pull request #154475 from NixOS/backport-154414-to-release-21.11
Browse files Browse the repository at this point in the history
[21.11] Pantheon 6.1 backports 2022-01-11
  • Loading branch information
bobby285271 authored Jan 11, 2022
2 parents 386234e + b4bff41 commit b2168f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/apps/elementary-videos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
pname = "elementary-videos";
version = "2.8.1";
version = "2.8.3";

src = fetchFromGitHub {
owner = "elementary";
repo = "videos";
rev = version;
sha256 = "sha256-Ki6i9u+oXOBTH+dVJ9RgBxszD7Wvdrfahd9abyjFYJY=";
sha256 = "sha256-3V8iDy68ngdFTJxAGimuGi4vPru32pHYevThA0RwNpE=";
};

nativeBuildInputs = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
, gtk3
, bluez
, switchboard
, wingpanel-indicator-bluetooth
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
gtk3
libgee
switchboard
wingpanel-indicator-bluetooth # settings schema
];

meta = with lib; {
Expand Down

0 comments on commit b2168f2

Please sign in to comment.