celestia: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm
2023-12-13 15:52:46 +00:00
parent 14c5d38b53
commit 0d31c8b213
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "celestia";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "CelestiaProject";
repo = "Celestia";
rev = version;
sha256 = "sha256-iBlrP9Yr/l3tzR1PpRf8C87WfrL6mZDwDtWyd2yJ7Dc=";
sha256 = "sha256-MkElGo1ZR0ImW/526QlDE1ePd+VOQxwkX7l+0WyZ6Vs=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];