intecture-agent: 0.3.0 -> 0.3.1
This commit is contained in:
parent
c4ef6ee7cc
commit
845d0b6005
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@ with rustPlatform;
|
||||||
|
|
||||||
buildRustPackage rec {
|
buildRustPackage rec {
|
||||||
name = "intecture-agent-${version}";
|
name = "intecture-agent-${version}";
|
||||||
version = "0.3.0";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "intecture";
|
owner = "intecture";
|
||||||
repo = "agent";
|
repo = "agent";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0b59ij9c7hv2p4jx96f3acbygw27wiv8cfzzg6sg73l6k244k6l6";
|
sha256 = "0j27qdgyxybaixggh7k57mpm6rifimn4z2vydk463msc8b3kgywj";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsSha256 = "1f94j54pg94f2x2lmmyj8dlki8plq6vnppmf3hzk3kd0rp7fzban";
|
depsSha256 = "1n57i9wkak76ram748mwq0dn32d041ajd31laqc13c76pp29agrp";
|
||||||
|
|
||||||
buildInputs = [ openssl zeromq czmq zlib ];
|
buildInputs = [ openssl zeromq czmq zlib ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue