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

Commits on Feb 6, 2020

  1. topgrade: 3.7.1 -> 3.9.0

    r-ryantm committed Feb 6, 2020
    Copy the full SHA
    1cb1a8a View commit details

Commits on Feb 7, 2020

  1. Merge pull request #79396 from r-ryantm/auto-update/topgrade

    topgrade: 3.7.1 -> 3.9.0
    ryantm authored Feb 7, 2020
    Copy the full SHA
    84f51bd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/topgrade/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/topgrade/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
pname = "topgrade";
version = "3.7.1";
version = "3.9.0";

src = fetchFromGitHub {
owner = "r-darwish";
repo = pname;
rev = "v${version}";
sha256 = "0vs0gnfs9swlmzsj7m3b88xfzcfy7n68bgm4i94csc3qsbip6m0j";
sha256 = "0g9pb4f5skigyahv8kpx7wkvv625lvgnbqz6iq7j7wgixxf4nl1i";
};

cargoSha256 = "1y85hl7xl60vsj3ivm6pyd6bvk39wqg25bqxfx00r9myha94iqmd";