mirror of
https://github.com/icewind1991/infinitime-builder.git
synced 2026-06-03 17:44:10 +02:00
update to infinitime 1.15.0
This commit is contained in:
parent
cd3ae2c0f9
commit
157c2395c2
1 changed files with 4 additions and 3 deletions
|
|
@ -20,13 +20,14 @@
|
|||
};
|
||||
});
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "infinitime";
|
||||
pname = "infinitime";
|
||||
version = "1.15.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "InfiniTimeOrg";
|
||||
repo = "InfiniTime";
|
||||
rev = "1.14.0";
|
||||
hash = "sha256-NWqlhQonBhWlSyI4IHLXrc8+FhUKzSo4EvLCLRFgFf0=";
|
||||
rev = version;
|
||||
hash = "sha256-FLXMaXqn+SOPC+ft7Ee3Gf7mUnb76dcZcJrXbUDOnZ0=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue