aiken: 1.1.10 -> 1.1.11 (#381322)

Co-authored-by: t4ccer <t4ccer@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-13 20:08:45 +00:00 committed by GitHub
commit a1632ef69c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "aiken";
version = "1.1.10";
version = "1.1.11";
src = fetchFromGitHub {
owner = "aiken-lang";
repo = "aiken";
rev = "v${version}";
hash = "sha256-qM6rBBBwLUwB3g+jjT0R6z0473x929t2W8tOY663EcI=";
hash = "sha256-RCMUF9+dj+zJM1tyuUs2oOMk+5xdHrzWYejuOPd/Ngc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-bgf9iVqQ7HuUV+idlPxyuILmxjBi2ThihdeCLjhj8Hk=";
cargoHash = "sha256-R6jTr4F+ZbRracW8yQdpDHHerzbJy1jQYr/ttFSwCWc=";
buildInputs =
[ openssl ]