diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-03-12 00:56:14 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-04-14 10:15:57 +0000 |
| commit | 536f9ec5c309c7ceec2aa0b45027358a7d2b83b6 (patch) | |
| tree | b46a907e615419f0e703106efd9dc4487b021ad4 | |
| parent | Merge pull request #167142 from rnhmjoj/pr-gitea-cve (diff) | |
| download | nixpkgs-origin/backport-163722-to-release-21.11.tar.gz | |
alfis: 0.6.10 -> 0.6.11origin/backport-163722-to-release-21.11
(cherry picked from commit 2fb034ffca581f383494dfc9bbd2c6587ee9cd9e)
| -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 |
