novops: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-05-12 13:33:09 +00:00
parent 17a5c56edb
commit 06f3ef7a15

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "novops";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "PierreBeucher";
repo = pname;
rev = "v${version}";
hash = "sha256-9uX+YwCCIrf0BDioDL+G2z2ZNwYRFyPZa/mzTYXv51Y=";
hash = "sha256-b6CM7dDjEzFuL6SZQsFMBOq8p66Jnd7BdXFspWYlTps=";
};
cargoHash = "sha256-ib1iifqQezWqXxQKppm0ghz0qi5z0siZUMVPHufiC0k=";
cargoHash = "sha256-mhNEeczbqXVsHoErwEIPUuJqNcyR6dTKBDeHCVH+KsE=";
buildInputs = [
openssl # required for openssl-sys