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

Commits on Sep 26, 2020

  1. tre-command: 0.3.2 -> 0.3.3

    dduan committed Sep 26, 2020
    Copy the full SHA
    dc070dd View commit details

Commits on Nov 1, 2020

  1. Merge pull request #98838 from dduan/tre-0.3.3

    tre-command: 0.3.2 -> 0.3.3
    marsam authored Nov 1, 2020
    Copy the full SHA
    2bc8c1a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/system/tre-command/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/system/tre-command/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "tre-command";
version = "0.3.2";
version = "0.3.3";

src = fetchFromGitHub {
owner = "dduan";
repo = "tre";
rev = "v${version}";
sha256 = "1kb8jwmjhlp9bk08rb6gq3j810cv9bidm28sa417vyykp9a8p2ky";
sha256 = "10c8mpqzpw7m3vrm2vl2rx678z3c37hxpqyh3fn83dlh9f4f0j87";
};

cargoSha256 = "0cqkpvq8b2vnqpkd819cdgh4fqr9yns337fgzah4m40ygs25n9iv";
cargoSha256 = "0jd6cfs2zi2n34kirpsy12l76whaqwm1pkqa57w1ms5z658z07wj";

nativeBuildInputs = [ installShellFiles ];