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 163f50d + 150ef4c commit c3a73f9Copy full SHA for c3a73f9
pkgs/by-name/ai/aiken/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "aiken";
13
- version = "1.1.9";
+ version = "1.1.10";
14
15
src = fetchFromGitHub {
16
owner = "aiken-lang";
17
repo = "aiken";
18
rev = "v${version}";
19
- hash = "sha256-Zu7t6DmQ9A7prv9ybhDgVPVisM0Dnf5CAXIXJHHEBGs=";
+ hash = "sha256-qM6rBBBwLUwB3g+jjT0R6z0473x929t2W8tOY663EcI=";
20
};
21
22
- cargoHash = "sha256-AVLoGeq+Kld5iLndobcylyS1HAz0FryunTFiR8pR1f4=";
+ cargoHash = "sha256-rxxbmba189vcpNve5b7kfeFCZqF2fx9YNU78wgtGtKE=";
23
24
buildInputs =
25
[ openssl ]
0 commit comments