Skip to content

Commit a3a99bd

Browse files
authored
aiken: 1.1.12 -> 1.1.13 (#388782)
2 parents b407e09 + e7754d4 commit a3a99bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ai/aiken/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "aiken";
13-
version = "1.1.12";
13+
version = "1.1.13";
1414

1515
src = fetchFromGitHub {
1616
owner = "aiken-lang";
1717
repo = "aiken";
1818
rev = "v${version}";
19-
hash = "sha256-QxIkqS+lqZjyuXUghSSd+4ud4Vrce7MgLrk2a5AQGmU=";
19+
hash = "sha256-es1opcYGoryRLpEPJuuuusTSVDnNAoEoGLg+LB8VnM0=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-vbwYoBDTdAHCpCOJEdVo9Ir8wd4284pgYjyQuy/STHc=";
23+
cargoHash = "sha256-g4DHkHw6Nog+ZtquvVaRaZdfcuH/ReLYsLeARbnCqac=";
2424

2525
buildInputs =
2626
[ openssl ]

0 commit comments

Comments
 (0)