Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b5488ee623d0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44518a74cc80
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 20, 2020

  1. Copy the full SHA
    1922268 View commit details
  2. Copy the full SHA
    20b5cf2 View commit details

Commits on Mar 24, 2020

  1. Merge pull request #82994 from romildo/upd.mate

    mate.mate-power-manager: 1.24.0 -> 1.24.1
    romildo authored Mar 24, 2020
    Copy the full SHA
    44518a7 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/desktops/mate/mate-power-manager/default.nix
8 changes: 4 additions & 4 deletions pkgs/desktops/mate/mate-power-manager/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, gettext, glib, itstool, libxml2, mate, libnotify, libcanberra-gtk3, dbus-glib, upower, gnome3, gtk3, libtool, polkit, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, gettext, glib, itstool, libxml2, mate-panel, libnotify, libcanberra-gtk3, dbus-glib, upower, gnome3, gtk3, libtool, polkit, wrapGAppsHook }:

stdenv.mkDerivation rec {
pname = "mate-power-manager";
version = "1.24.0";
version = "1.24.1";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1h6wm8vna97iayhwqh7rfsc87715np12nxa72w27p4zl54bdkdlg";
sha256 = "13ar40x5hs4d4h81q8qsy0agbx5wnarry3mbhws54zydcxd7j20a";
};

nativeBuildInputs = [
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
dbus-glib
upower
polkit
mate.mate-panel
mate-panel
];

configureFlags = [ "--enable-applets" ];