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

Commits on Nov 19, 2018

  1. f3: 7.0 -> 7.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/f3/versions
    r-ryantm committed Nov 19, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    b4ldr John Bond
    Copy the full SHA
    ae9a724 View commit details
  2. Merge pull request #50764 from r-ryantm/auto-update/f3

    f3: 7.0 -> 7.1
    ryantm authored Nov 19, 2018
    Copy the full SHA
    3ad838a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/filesystems/f3/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/f3/default.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "f3";
version = "7.0";
version = "7.1";

enableParallelBuilding = true;

src = fetchFromGitHub {
owner = "AltraMayor";
repo = pname;
rev = "v${version}";
sha256 = "195j2zd747ffbsl8p5rf7dyn1j5n05zfqy1s9fm4y6lz8yc1nr17";
sha256 = "0zglsmz683jg7f9wc6vmgljyg9w87pbnjw5x4w6x02w8233zvjqf";
};

buildInputs = [ parted udev ];