forked from mirrors/nixpkgs
antimicrox: 3.3.3 -> 3.3.4
This commit is contained in:
parent
5233b6d09b
commit
60b93ccb2b
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "antimicrox";
|
pname = "antimicrox";
|
||||||
version = "3.3.3";
|
version = "3.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AntiMicroX";
|
owner = "AntiMicroX";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-svEk+IFttkCXmoAOFH3k2rRC/OL9HXOLiuGrCh10YNc=";
|
sha256 = "sha256-WEtKeQKRZcYpZ4mnFdj4ZRApBuD8fByf11Uu6ylbAcY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];
|
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ];
|
||||||
|
|
Loading…
Reference in a new issue