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

Commits on Mar 4, 2019

  1. Copy the full SHA
    0f87efb View commit details

Commits on Mar 7, 2019

  1. Merge pull request #56828 from seqizz/g_gita080

    gitAndTools.gita: 0.7.2 -> 0.8.2
    ryantm authored Mar 7, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6aa7c9d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/version-management/git-and-tools/gita/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, python3Packages }:

python3Packages.buildPythonApplication rec {
version = "0.7.3";
version = "0.8.2";
pname = "gita";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0ccqjf288513im7cvafiw4ypbp9s3z0avyzd4jzr13m38jrsss3r";
sha256 = "16jpnl323x86dkrnh4acyvi9jknhgi3r0ccv63rkjcmd0srkaxkk";
};

propagatedBuildInputs = with python3Packages; [