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

Commits on Oct 24, 2018

  1. mate.python-caja: 1.20.0 -> 1.20.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python-caja/versions
    r-ryantm committed Oct 24, 2018
    Copy the full SHA
    4e7933d View commit details

Commits on Oct 25, 2018

  1. Merge pull request #49065 from r-ryantm/auto-update/python-caja

    mate.python-caja: 1.20.0 -> 1.20.1
    Mic92 authored Oct 25, 2018
    Copy the full SHA
    0413315 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/mate/python-caja/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/python-caja/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "python-caja-${version}";
version = "1.20.0";
version = "1.20.1";

src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "0bcgg3p01zik53l5ns48575yw0k88fyc044yvp9fvwy5jqqg1ykk";
sha256 = "16y9xri92x7a40db2qakf20c80a6vqy21nwnjhwrki5rqk7nwbgx";
};

nativeBuildInputs = [