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

Commits on Sep 26, 2019

  1. git-cola: 3.4 -> 3.5

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/git-cola/versions
    r-ryantm committed Sep 26, 2019
    Copy the full SHA
    305d811 View commit details
  2. Merge pull request #69564 from r-ryantm/auto-update/git-cola

    git-cola: 3.4 -> 3.5
    Ma27 authored Sep 26, 2019
    Copy the full SHA
    7c54149 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/version-management/git-and-tools/git-cola/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@ let

in buildPythonApplication rec {
pname = "git-cola";
version = "3.4";
version = "3.5";

src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
sha256 = "0754d56dprhb1nhb8fwp4my5pyqcgarwzba1l6zx7il87d7vyi5m";
sha256 = "09b60jbpdr4czx7h4vqahqmmi7m9vn77jlkpjfhys7crrdnxjp9i";
};

buildInputs = [ git gettext ];