Loading pkgs/by-name/ai/aiken/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ] Loading Loading
pkgs/by-name/ai/aiken/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ] Loading