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: 4fd2427e987d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6b4871d300ac
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 14, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    rycee Robert Helgesson
    Copy the full SHA
    f392c71 View commit details

Commits on Oct 15, 2019

  1. Merge pull request #71138 from romildo/upd.mate-netbook

    mate.mate-netbook: 1.22.1 -> 1.22.2
    globin authored Oct 15, 2019
    Copy the full SHA
    6b4871d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/mate/mate-netbook/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/mate-netbook/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mate-netbook";
version = "1.22.1";
version = "1.22.2";

src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "00n162bskbvxhy4k2w14f9zwlsg3wgi43228ssx7sc2p95psmm64";
sha256 = "0m38v2276s2d3zs7smxyf70nyl7bcwp5665zgva28lvs8ip3gijx";
};

nativeBuildInputs = [