diff options
| author | Artturi <Artturin@artturin.com> | 2022-05-08 06:39:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-08 06:39:26 +0300 |
| commit | 8e5507e6a749bc900c79cb2c6310ec8aaf35d8c6 (patch) | |
| tree | d4bb54ee9be0cab0ce8ce1b9a10705cd3f424662 | |
| parent | Merge pull request #170920 from NixOS/backport-169333-to-release-21.11 (diff) | |
| parent | alfis: 0.6.10 -> 0.6.11 (diff) | |
| download | nixpkgs-8e5507e6a749bc900c79cb2c6310ec8aaf35d8c6.tar.gz | |
Merge pull request #168610 from NixOS/backport-163722-to-release-21.11
[Backport release-21.11] alfis: 0.6.10 -> 0.6.11
| -rw-r--r-- | pkgs/applications/blockchains/alfis/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/alfis/default.nix b/pkgs/applications/blockchains/alfis/default.nix index 2c8526c6292e..28ce7512129e 100644 --- a/pkgs/applications/blockchains/alfis/default.nix +++ b/pkgs/applications/blockchains/alfis/default.nix @@ -14,16 +14,16 @@ rustPlatform.buildRustPackage rec { pname = "alfis"; - version = "0.6.10"; + version = "0.6.11"; src = fetchFromGitHub { owner = "Revertron"; repo = "Alfis"; rev = "v${version}"; - sha256 = "sha256-JJTU3wZ3cG5TmgHYShWJaNAZBA4z3qZXPfb7WUX6/80="; + sha256 = "sha256-vm/JBJh58UaSem18RpJuPUzM2GCy4RfCb6Hr1B7KWQA="; }; - cargoSha256 = "sha256-BsFe1Fp+Q5Gqa1w4xov0tVLDKV7S+6b5fKBl09ggLB0="; + cargoSha256 = "sha256-8ijGO8up0qVQ/kVX5/DveKyovYLh7jm+d7vooS1waAA="; checkFlags = [ # these want internet access, disable them |
