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

Commits on Apr 11, 2020

  1. amber: 0.5.3 -> 0.5.4

    r-ryantm committed Apr 11, 2020
    Copy the full SHA
    b980e3e View commit details
  2. Merge pull request #85016 from r-ryantm/auto-update/amber

    amber: 0.5.3 -> 0.5.4
    ryantm authored Apr 11, 2020
    Copy the full SHA
    5709214 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/text/amber/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/text/amber/default.nix
Original file line number Diff line number Diff line change
@@ -4,16 +4,16 @@

rustPlatform.buildRustPackage rec {
pname = "amber";
version = "0.5.3";
version = "0.5.4";

src = fetchFromGitHub {
owner = "dalance";
repo = pname;
rev = "v${version}";
sha256 = "0k70rk19hwdlhhqm91x12xcb8r09kzpijs0xwhplrwdh86qfxymx";
sha256 = "0pqz3spb5lmrj7w8hynmah9nrcfjsb1s0bmrr0cng9a9jx8amwzn";
};

cargoSha256 = "0g8n3r6bdsfl1417wnss3ggnv5ywz8mx53hjglshmln40552znh3";
cargoSha256 = "1ps70swh96xbfn4hng5krlmwvw2bwrl2liqvx9v9vy6pr86643s6";

buildInputs = stdenv.lib.optional stdenv.isDarwin Security;