Skip to content

Commit

Permalink
aiken: 1.1.4 -> 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 1, 2024
1 parent ebba909 commit 2bef447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ai/aiken/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "aiken";
version = "1.1.4";
version = "1.1.5";

src = fetchFromGitHub {
owner = "aiken-lang";
repo = "aiken";
rev = "v${version}";
hash = "sha256-PTC7qn8Z1PGcBTNK5MtMvThIEhmAqTj23B/cHHhiDFE=";
hash = "sha256-cspIIuH+0LJItTz9wk6mChwEMFP3GDpI+KKg0FWM9bQ=";
};

cargoHash = "sha256-p//1TZJ6sJUUDPPpxRBKL7w7MBTUQppbQedj2x4T17w=";
cargoHash = "sha256-aylmZFb+UaK3OEpJLOf4NuT4uMLRhdUg+cSjzxRo7t8=";

buildInputs =
[ openssl ]
Expand Down

0 comments on commit 2bef447

Please sign in to comment.