We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4026f commit 36dec25Copy full SHA for 36dec25
pkgs/by-name/ai/aiken/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "aiken";
13
- version = "1.1.13";
+ version = "1.1.14";
14
15
src = fetchFromGitHub {
16
owner = "aiken-lang";
17
repo = "aiken";
18
rev = "v${version}";
19
- hash = "sha256-es1opcYGoryRLpEPJuuuusTSVDnNAoEoGLg+LB8VnM0=";
+ hash = "sha256-aydujI8yPfUEEonasOT0uFCpLKOXSh/c9iw12kACLuw=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-g4DHkHw6Nog+ZtquvVaRaZdfcuH/ReLYsLeARbnCqac=";
+ cargoHash = "sha256-D7N9liDcthV4YLH+XzG4E1PAcLg9PQlTeGBmUcGOYes=";
24
25
buildInputs =
26
[ openssl ]
0 commit comments