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

Commits on Sep 17, 2019

  1. mate.atril: 1.22.1 -> 1.22.2

    romildo committed Sep 17, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    cdepillabout Dennis Gosnell
    Copy the full SHA
    36daaa7 View commit details
  2. Merge pull request #68969 from romildo/upd.mate

    mate.atril: 1.22.1 -> 1.22.2
    worldofpeace authored Sep 17, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    cdepillabout Dennis Gosnell
    Copy the full SHA
    d2149d1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/mate/atril/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/atril/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "atril";
version = "1.22.1";
version = "1.22.2";

src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0i2wgsksgwhrmajj1lay3iym4dcyj8cdd813yh5mrfz4rkv49190";
sha256 = "11l78zkxszvsjr74cmk1wff5ycqrzd89y6k36rydv2rb5af2nsfw";
};

nativeBuildInputs = [