haven-cli: 3.0.3 -> 3.0.7

This commit is contained in:
R. Ryantm 2023-01-31 03:26:35 +00:00
parent fe85b09c8b
commit bd8129db33

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "haven-cli";
version = "3.0.3";
version = "3.0.7";
src = fetchFromGitHub {
owner = "haven-protocol-org";
repo = "haven-main";
rev = "v${version}";
sha256 = "sha256-JbNk1TF0N3tRYGfZfSBFk+t/8GA4yjqP9G6S0ktdur8=";
sha256 = "sha256-HLZ9j75MtF7FkHA4uefkrYp07pVZe1Ac1wny7T0CMpA=";
fetchSubmodules = true;
};