diff options
| author | Jo <jopejoe1@missing.ninja> | 2026-02-05 21:51:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 21:51:24 +0000 |
| commit | 6ddbeec8792a7465d58052ad90c06e2246bc4314 (patch) | |
| tree | 0ba0d32cf94ca510d01ecb01078d455f54a44656 | |
| parent | hello-cpp: set pname, version=0.0.1 (#487344) (diff) | |
| parent | alistral: 0.6.5 -> 0.6.6 (diff) | |
| download | nixpkgs-6ddbeec8792a7465d58052ad90c06e2246bc4314.tar.gz | |
alistral: 0.6.5 -> 0.6.6 (#487429)
| -rw-r--r-- | pkgs/by-name/al/alistral/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/al/alistral/package.nix b/pkgs/by-name/al/alistral/package.nix index 5fae411a7640..a40ee4ae233b 100644 --- a/pkgs/by-name/al/alistral/package.nix +++ b/pkgs/by-name/al/alistral/package.nix @@ -12,16 +12,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "alistral"; - version = "0.6.5"; + version = "0.6.6"; src = fetchFromGitHub { owner = "RustyNova016"; repo = "Alistral"; tag = "v${finalAttrs.version}"; - hash = "sha256-X+yTt/oaV0ev0yexTcS0egcv0SQHFMysqSNEhZgikV0="; + hash = "sha256-b6htcjBdh4E9cCUw4ETl3AnmMO3yT6654PLKIGPOPlo="; }; - cargoHash = "sha256-XFBBtTF9V5l2CIyCRbvJqNkbPAT+Yi6PtnN1hjpKrsI="; + cargoHash = "sha256-Udbf0h8XZ8uD7MLTNRKaIJ8AdTvzq1dDQKPXWXunR/w="; buildNoDefaultFeatures = true; # Would be cleaner with an "--all-features" option |
