haven-cli: 4.0.2 -> 4.1.0 (#336906)

This commit is contained in:
Weijia Wang 2024-09-09 22:13:19 +02:00 committed by GitHub
commit 0d475907c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "haven-cli";
version = "4.0.2";
version = "4.1.0";
src = fetchFromGitHub {
owner = "haven-protocol-org";
repo = "haven-main";
rev = "v${version}";
hash = "sha256-XjRxpUW7NC12T5G7fol4avWLJDOOawxJbAHOp5eZ0Fk=";
hash = "sha256-UPDhvARXatqvxwsuSfxdasVcLbjkXOpK8yY7GoEPxxw=";
fetchSubmodules = true;
};