mindustry: 141.2 -> 142
This commit is contained in:
parent
dcb5b5500e
commit
27684f8832
2 changed files with 14 additions and 5 deletions
|
@ -14732,6 +14732,15 @@
|
||||||
fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752";
|
fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
thekostins = {
|
||||||
|
name = "Konstantin";
|
||||||
|
email = "anisimovkosta19@gmail.com";
|
||||||
|
github = "TheKostins";
|
||||||
|
githubId = 39405421;
|
||||||
|
keys = [{
|
||||||
|
fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2";
|
||||||
|
}];
|
||||||
|
};
|
||||||
thelegy = {
|
thelegy = {
|
||||||
email = "mail+nixos@0jb.de";
|
email = "mail+nixos@0jb.de";
|
||||||
github = "thelegy";
|
github = "thelegy";
|
||||||
|
|
|
@ -34,20 +34,20 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "mindustry";
|
pname = "mindustry";
|
||||||
version = "141.2";
|
version = "142";
|
||||||
buildVersion = makeBuildVersion version;
|
buildVersion = makeBuildVersion version;
|
||||||
|
|
||||||
Mindustry = fetchFromGitHub {
|
Mindustry = fetchFromGitHub {
|
||||||
owner = "Anuken";
|
owner = "Anuken";
|
||||||
repo = "Mindustry";
|
repo = "Mindustry";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-7olnyjkcT8OwokipDnLFW3rMOPljF6HvsU249SDvA3U=";
|
hash = "sha256-xL1oy93ljAl1hdzsdEF9NHZL/yb11markUg271C++R4=";
|
||||||
};
|
};
|
||||||
Arc = fetchFromGitHub {
|
Arc = fetchFromGitHub {
|
||||||
owner = "Anuken";
|
owner = "Anuken";
|
||||||
repo = "Arc";
|
repo = "Arc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-JYM2/dkrLFZz+oqOs8e+iTRG5Vv4oUcmpAavRQ7NMMM=";
|
hash = "sha256-CKcAnYAuHQb6wPkDUpinU83MVxhdvhYpjjuS3sEb6cg=";
|
||||||
};
|
};
|
||||||
soloud = fetchFromGitHub {
|
soloud = fetchFromGitHub {
|
||||||
owner = "Anuken";
|
owner = "Anuken";
|
||||||
|
@ -126,7 +126,7 @@ let
|
||||||
| sh
|
| sh
|
||||||
'';
|
'';
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHash = "sha256-Eb+LyO1d2XwhAp9awgMlxs7dfZav0ja9kH7PaUJQOCo=";
|
outputHash = "sha256-Fy2GXdB+cmRfiQFKnnz+UTUxT+LBTZa69BNwC23XD84=";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
@ -229,7 +229,7 @@ stdenv.mkDerivation rec {
|
||||||
binaryBytecode # deps
|
binaryBytecode # deps
|
||||||
];
|
];
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ chkno fgaz ];
|
maintainers = with maintainers; [ chkno fgaz thekostins ];
|
||||||
platforms = platforms.x86_64;
|
platforms = platforms.x86_64;
|
||||||
# Hash mismatch on darwin:
|
# Hash mismatch on darwin:
|
||||||
# https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293
|
# https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293
|
||||||
|
|
Loading…
Reference in a new issue