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

haven-cli: 3.0.0 -> 3.0.3
This commit is contained in:
Mario Rodas 2023-01-14 11:13:49 -05:00 committed by GitHub
commit 0468d344ef
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 = "3.0.0";
version = "3.0.3";
src = fetchFromGitHub {
owner = "haven-protocol-org";
repo = "haven-main";
rev = "v${version}";
sha256 = "sha256-ZQiSh1pB0njIAyJFPIsgoqNuhvMGRJ2NIZaUoB1fN3E=";
sha256 = "sha256-JbNk1TF0N3tRYGfZfSBFk+t/8GA4yjqP9G6S0ktdur8=";
fetchSubmodules = true;
};