coldsnap: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm
2025-04-03 02:14:33 +00:00
parent 0ddf8d4cf7
commit fa4a6609bc
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "coldsnap";
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "coldsnap";
rev = "v${version}";
hash = "sha256-NYMcCLFhX7eD6GXMP9NZDXDnXDDVbcvVwhUAqmwX+ig=";
hash = "sha256-tlQ4PDrYnnbsxXRbrIoF08aSy7VP+iXgTKf0A8MITpo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-wUpLYPBACinRO9j+ZrbmJohuN27BPB6ZYu8K14XJmGw=";
cargoHash = "sha256-Z4UbMdu35m/myiqrFFpvlmVfCD0MlSTQRvs2uhnxBAI=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];