We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 1d3ba19 commit 24eaf4cCopy full SHA for 24eaf4c
pkgs/os-specific/linux/spl/default.nix
@@ -63,8 +63,8 @@ in
63
assert buildKernel -> kernel != null;
64
{
65
splStable = common {
66
- version = "0.7.2";
67
- sha256 = "10rq0npjlp09xjdgn9lc3wm310dqc71j0wgxwj92ncf9r61zf445";
+ version = "0.7.3";
+ sha256 = "0j8mb9ky3pjz9hnz5w6fajpzajl15jq3p0xvxb6lhpqj3rjzsqxb";
68
};
69
70
splUnstable = common {
pkgs/os-specific/linux/zfs/default.nix
@@ -138,9 +138,9 @@ in {
138
incompatibleKernelVersion = null;
139
140
# this package should point to the latest release.
141
142
143
- sha256 = "1dl6i4sg7z0k4p1dmfcm9arx62x30lqsr9hycvhhs3pf58ks8z2v";
+ sha256 = "1bbajrwfilnmfhn1n69gvsaznyc4q29wi7nkwc0p9r4dli37w28b";
144
145
extraPatches = [
146
(fetchpatch {
0 commit comments