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

Commits on Nov 15, 2018

  1. Copy the full SHA
    a995a81 View commit details
  2. Merge pull request #50386 from aij/zfs

    zfsUnstable: 0.8.0-rc1 -> 0.8.0-rc2
    fpletz authored Nov 15, 2018
    Copy the full SHA
    9756e6b View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/os-specific/linux/zfs/default.nix
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/zfs/default.nix
Original file line number Diff line number Diff line change
@@ -177,13 +177,13 @@ in {

zfsUnstable = common rec {
# comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = "4.19";
# incompatibleKernelVersion = "4.19";

# this package should point to a version / git revision compatible with the latest kernel release
version = "0.8.0-rc1";
version = "0.8.0-rc2";

rev = "b8a90418f3a9c23b89c5d2c729a4dd0fea644508";
sha256 = "041b7h8gbb042x9mhg8y87bgq9y793bawglc7b0fg871k6190drx";
rev = "af2e8411dacbc694b1aaf9074e68a9d12270e74c";
sha256 = "0wm7x9dwrw30jnjlnz6a224h88qd6a5794pzbjsih50lqb10g2gy";
isUnstable = true;

extraPatches = [