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

Commits on Jul 27, 2020

  1. Copy the full SHA
    655d902 View commit details
  2. Merge pull request #93960 from danieldk/finalfrontier-0.9.4

    finalfrontier: 0.9.3 -> 0.9.4
    danieldk authored Jul 27, 2020
    Copy the full SHA
    e13377f View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/machine-learning/finalfrontier/default.nix
Original file line number Diff line number Diff line change
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "finalfrontier";
version = "0.9.3";
version = "0.9.4";

src = fetchFromGitHub {
owner = "finalfusion";
repo = pname;
rev = version;
sha256 = "1mb8m1iabaikjc1kn8n6z3zlp50gxm5dgpfvhh9pc4ys63ymcy09";
sha256 = "1lvwv238p8hrl4sc5pmnvaargl2dd25p44gxl3kibq5ng03afd0n";
};

cargoSha256 = "138dlqjza98x1m6igi4xkyypl0mfplvzkqk63bbna0vkma8y66gw";
cargoSha256 = "1ibn22v24brdlrar6j7fryiwimbbw7byak265hrw7a5agf1799x0";

nativeBuildInputs = [
installShellFiles