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

Commits on Oct 19, 2019

  1. chit: 0.1.14 -> 0.1.15

    lilyball committed Oct 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    7be6ba2 View commit details

Commits on Oct 20, 2019

  1. Merge pull request #71403 from lilyball/chit

    chit: 0.1.14 -> 0.1.15
    c0bw3b authored Oct 20, 2019
    Copy the full SHA
    47ed10c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/chit/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/chit/default.nix
Original file line number Diff line number Diff line change
@@ -6,16 +6,16 @@ with rustPlatform;

buildRustPackage rec {
pname = "chit";
version = "0.1.14";
version = "0.1.15";

src = fetchFromGitHub {
owner = "peterheesterman";
repo = pname;
rev = version;
sha256 = "1rzy15xwlf87c8kpy9pwvir6s9z3qc8d9iz4pk0gfdj2il3vmjwv";
sha256 = "0iixczy3cad44j2d7zzj8f3lnmp4jwnb0snmwfgiq3vj9wrn28pz";
};

cargoSha256 = "1jqnnf4jgjpm1i310hda15423nxfw9frgpmc2kbrs66qcsj7avaw";
cargoSha256 = "0k6z69a09ps55w2rdgnf92yscw6rlbcpb4q9yf3rsav15pgpqvw8";

nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ pkgconfig ];
buildInputs = []