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

haven-cli: 4.0.0 -> 4.0.2
This commit is contained in:
Nick Cao 2024-07-20 14:25:16 -04:00 committed by GitHub
commit 0c21813d63
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.0";
version = "4.0.2";
src = fetchFromGitHub {
owner = "haven-protocol-org";
repo = "haven-main";
rev = "v${version}";
hash = "sha256-craPgQtavSatoVzduIQCWuakIBeXWFWa9E0ALau4AcI=";
hash = "sha256-XjRxpUW7NC12T5G7fol4avWLJDOOawxJbAHOp5eZ0Fk=";
fetchSubmodules = true;
};