tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
spl_git: 2015-02-27 -> 2015-03-03
William A. Kennington III
11 years ago
bc49764f
116ddda2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
spl
git.nix
+3
-3
pkgs/os-specific/linux/spl/git.nix
···
1
{ callPackage, fetchgit, ... } @ args:
2
3
callPackage ./generic.nix (args // rec {
4
-
version = "2015-02-27";
5
6
src = fetchgit {
7
url = git://github.com/zfsonlinux/spl.git;
8
-
rev = "c1bc8e610be8bf1cc8170f788a89a9ee257eb51f";
9
-
sha256 = "1rpq7rxqmqmlaqv9aj7n2bmlw3ls55iyhcsk8kp4g9kf20f0pgym";
10
};
11
12
patches = [ ./const.patch ./install_prefix-git.patch ];
···
1
{ callPackage, fetchgit, ... } @ args:
2
3
callPackage ./generic.nix (args // rec {
4
+
version = "2015-03-03";
5
6
src = fetchgit {
7
url = git://github.com/zfsonlinux/spl.git;
8
+
rev = "6ab08667a44458f775da9f0ecceddbcea1275746";
9
+
sha256 = "1n168kgagc6fkm9pqfwvlbqgw85z8ksjfy3bff69pi0cn1g9d739";
10
};
11
12
patches = [ ./const.patch ./install_prefix-git.patch ];