Merge pull request #207573 from r-ryantm/auto-update/haven-cli

haven-cli: 2.2.3 -> 3.0.0
This commit is contained in:
Raghav Sood 2022-12-26 23:00:17 +08:00 committed by GitHub
commit 7b32e5370c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "haven-cli";
version = "2.2.3";
version = "3.0.0";
src = fetchFromGitHub {
owner = "haven-protocol-org";
repo = "haven-main";
rev = "v${version}";
sha256 = "sha256-nBVLNT0jWIewr6MPDGwDqXoVtyFLyls1IEQraVoWDQ4=";
sha256 = "sha256-ZQiSh1pB0njIAyJFPIsgoqNuhvMGRJ2NIZaUoB1fN3E=";
fetchSubmodules = true;
};