xfsprogs: 4.13.1 -> 4.14.0
This commit is contained in:
parent
00cda0d18d
commit
95c67a600f
@ -9,12 +9,12 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xfsprogs-${version}";
|
name = "xfsprogs-${version}";
|
||||||
version = "4.13.1";
|
version = "4.14.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git";
|
url = "git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "0h4wb8pp8wdcyqpz2ixlghz9yfd2sp9xa20s435g5rfp6ljrh6zb";
|
sha256 = "19mg3avm188xz215hqbbh7251q27qwm7g1xr8ffrjwvzmdq55rxj";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "doc" ];
|
outputs = [ "bin" "dev" "out" "doc" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user