flare: 1.13.04 -> 1.14

This commit is contained in:
Nguyễn Gia Phong 2023-03-30 23:10:31 +09:00
parent e779e17ebd
commit 4ea3cb472b
No known key found for this signature in database
GPG Key ID: 27148B2C06A2224B
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ lib, buildEnv, callPackage, makeWrapper, Cocoa }:
buildEnv {
name = "flare-1.13.04";
name = "flare-1.14";
paths = [
(callPackage ./engine.nix { inherit Cocoa; })

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flare-engine";
version = "1.13.04";
version = "1.14";
src = fetchFromGitHub {
owner = "flareteam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GPHPYcW0kBDGpZti2kFggNB4RVK/3eQ53M9mJvJuKXM=";
hash = "sha256-DIzfTqwZJ8NAPB/TWzvPjepHb7hIbIr+Kk+doXJmpLc=";
};
patches = [ ./desktop.patch ];

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flare-game";
version = "1.13.04";
version = "1.14";
src = fetchFromGitHub {
owner = "flareteam";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7dEIagioM6OZXG+eNaYls8skHXSqGFXZuNhT0zhTFdY=";
hash = "sha256-tINIwxyQn8eeJCHwRmAMo2TYRgrgJlGaUrnrgbmM3Jo=";
};
nativeBuildInputs = [ cmake ];