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.
2 parents b407e09 + e7754d4 commit a3a99bdCopy full SHA for a3a99bd
pkgs/by-name/ai/aiken/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "aiken";
13
- version = "1.1.12";
+ version = "1.1.13";
14
15
src = fetchFromGitHub {
16
owner = "aiken-lang";
17
repo = "aiken";
18
rev = "v${version}";
19
- hash = "sha256-QxIkqS+lqZjyuXUghSSd+4ud4Vrce7MgLrk2a5AQGmU=";
+ hash = "sha256-es1opcYGoryRLpEPJuuuusTSVDnNAoEoGLg+LB8VnM0=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-vbwYoBDTdAHCpCOJEdVo9Ir8wd4284pgYjyQuy/STHc=";
+ cargoHash = "sha256-g4DHkHw6Nog+ZtquvVaRaZdfcuH/ReLYsLeARbnCqac=";
24
25
buildInputs =
26
[ openssl ]
0 commit comments