aiken: 1.1.13 -> 1.1.14 (#392039)

Co-authored-by: t4ccer <t4ccer@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-23 02:43:54 +00:00
committed by GitHub
co-authored by t4ccer
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "aiken";
version = "1.1.13";
version = "1.1.14";
src = fetchFromGitHub {
owner = "aiken-lang";
repo = "aiken";
rev = "v${version}";
hash = "sha256-es1opcYGoryRLpEPJuuuusTSVDnNAoEoGLg+LB8VnM0=";
hash = "sha256-aydujI8yPfUEEonasOT0uFCpLKOXSh/c9iw12kACLuw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-g4DHkHw6Nog+ZtquvVaRaZdfcuH/ReLYsLeARbnCqac=";
cargoHash = "sha256-D7N9liDcthV4YLH+XzG4E1PAcLg9PQlTeGBmUcGOYes=";
buildInputs =
[ openssl ]