xdp-tools: 1.2.8 -> 1.2.9
This commit is contained in:
parent
86487654e5
commit
87afead7d2
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdp-tools";
|
||||
version = "1.2.8";
|
||||
version = "1.2.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xdp-project";
|
||||
repo = "xdp-tools";
|
||||
rev = "v${version}";
|
||||
sha256 = "7QYlC0YBQsXH2VxjgBbmTgEvp83lXloTLCHY2fTrZuQ=";
|
||||
sha256 = "Q1vaogcAeNjLIPaB0ovOo96hzRv69tMO5xwHh5W4Ws0=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" ];
|
||||
|
|
Loading…
Reference in a new issue