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

Commits on Nov 18, 2018

  1. gitAndTools.stgit: 0.18 -> 0.19

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/stgit/versions
    r-ryantm committed Nov 18, 2018
    Copy the full SHA
    d910d38 View commit details
  2. Merge pull request #50541 from r-ryantm/auto-update/stgit

    gitAndTools.stgit: 0.18 -> 0.19
    c0bw3b authored Nov 18, 2018
    Copy the full SHA
    ee32dda View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/version-management/git-and-tools/stgit/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
name = "stgit-${version}";
version = "0.18";
version = "0.19";
in
stdenv.mkDerivation {
inherit name;
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "ctmarinas";
repo = "stgit";
rev = "v${version}";
sha256 = "0ydgg744m671nkhg7h4q2z3b9vpbc9914rbc0wcgimqfqsxkxx2y";
sha256 = "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis";
};

buildInputs = [ python2 git ];