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

Commits on Oct 8, 2019

  1. gitAndTools.stgit: 0.19 -> 0.20

    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 Oct 8, 2019
    Copy the full SHA
    ff81cf1 View commit details

Commits on Oct 10, 2019

  1. Merge pull request #70791 from r-ryantm/auto-update/stgit

    gitAndTools.stgit: 0.19 -> 0.20
    marsam authored Oct 10, 2019
    Copy the full SHA
    79ec4bb 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.19";
version = "0.20";
in
stdenv.mkDerivation {
inherit name;
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "ctmarinas";
repo = "stgit";
rev = "v${version}";
sha256 = "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis";
sha256 = "0zfrs9f6a84z5gr3k6y81h8jyar7h3q3z9p13cbrq9slljg5r6iw";
};

buildInputs = [ python2 git ];