update to infinitime 1.15.0

This commit is contained in:
Robin Appelman 2024-12-04 16:28:06 +01:00
commit 157c2395c2

View file

@ -20,13 +20,14 @@
}; };
}); });
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "infinitime"; pname = "infinitime";
version = "1.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "InfiniTimeOrg"; owner = "InfiniTimeOrg";
repo = "InfiniTime"; repo = "InfiniTime";
rev = "1.14.0"; rev = version;
hash = "sha256-NWqlhQonBhWlSyI4IHLXrc8+FhUKzSo4EvLCLRFgFf0="; hash = "sha256-FLXMaXqn+SOPC+ft7Ee3Gf7mUnb76dcZcJrXbUDOnZ0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };