forked from mirrors/nixpkgs
darwin.iproute2mac: 1.4.0 -> 1.4.1
This commit is contained in:
parent
634ccbcbc7
commit
1faa216745
|
@ -1,14 +1,14 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, darwin, python3 }:
|
{ lib, stdenv, fetchFromGitHub, darwin, python3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
pname = "iproute2mac";
|
pname = "iproute2mac";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "brona";
|
owner = "brona";
|
||||||
repo = "iproute2mac";
|
repo = "iproute2mac";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-xakCNjmZpdVY7MMxk38EZatrakgkEeDhvljhl+aMmGg=";
|
sha256 = "sha256-MaL8eb9UOZ71BL4Jvc6Od+EJ+F6j96n9a+vRnHeveIU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python3 ];
|
buildInputs = [ python3 ];
|
||||||
|
|
Loading…
Reference in a new issue