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

Commits on Nov 26, 2020

  1. fend: 0.1.9 -> 0.1.10

    r-ryantm committed Nov 26, 2020
    Copy the full SHA
    5e8bcbb View commit details
  2. Merge pull request #104960 from r-ryantm/auto-update/fend

    fend: 0.1.9 -> 0.1.10
    SuperSandro2000 authored Nov 26, 2020
    Copy the full SHA
    600cf54 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/fend/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/fend/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "fend";
version = "0.1.9";
version = "0.1.10";

src = fetchFromGitHub {
owner = "printfn";
repo = pname;
rev = "v${version}";
sha256 = "11cvpg7j2rvqri16cr3gb6dpm7dzgs3vywhdc91aa531f87qj16c";
sha256 = "1gs9hmkc25013nk8b7d7pcxcp4jmk4pa4gcki3wgvlrzjl1av7w4";
};

cargoSha256 = "0q9gkvbay6rnb0nd14z71h3506yzn9610zc6g8wbpgmw6cpwvbg9";
cargoSha256 = "13lw7isg9lfn6dfngq15qbq619c644ixa5bvb1ja0l3hm3akrs5g";

meta = with lib; {
description = "Arbitrary-precision unit-aware calculator";