Skip to content

Commit 24eaf4c

Browse files
committedNov 3, 2017
zfs: 0.7.2 -> 0.7.3
Bugfix release. (cherry picked from commit 94043f5)
1 parent 1d3ba19 commit 24eaf4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pkgs/os-specific/linux/spl/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ in
6363
assert buildKernel -> kernel != null;
6464
{
6565
splStable = common {
66-
version = "0.7.2";
67-
sha256 = "10rq0npjlp09xjdgn9lc3wm310dqc71j0wgxwj92ncf9r61zf445";
66+
version = "0.7.3";
67+
sha256 = "0j8mb9ky3pjz9hnz5w6fajpzajl15jq3p0xvxb6lhpqj3rjzsqxb";
6868
};
6969

7070
splUnstable = common {

‎pkgs/os-specific/linux/zfs/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ in {
138138
incompatibleKernelVersion = null;
139139

140140
# this package should point to the latest release.
141-
version = "0.7.2";
141+
version = "0.7.3";
142142

143-
sha256 = "1dl6i4sg7z0k4p1dmfcm9arx62x30lqsr9hycvhhs3pf58ks8z2v";
143+
sha256 = "1bbajrwfilnmfhn1n69gvsaznyc4q29wi7nkwc0p9r4dli37w28b";
144144

145145
extraPatches = [
146146
(fetchpatch {

0 commit comments

Comments
 (0)
Please sign in to comment.