cataclysm-dda: 0.F -> 0.F-1
This commit is contained in:
parent
0f783d556f
commit
98af443596
@ -101,7 +101,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://cataclysmdda.org/";
|
homepage = "https://cataclysmdda.org/";
|
||||||
license = licenses.cc-by-sa-30;
|
license = licenses.cc-by-sa-30;
|
||||||
maintainers = with maintainers; [ mnacamura ];
|
maintainers = with maintainers; [ mnacamura DeeUnderscore ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -10,15 +10,20 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
self = common.overrideAttrs (common: rec {
|
self = common.overrideAttrs (common: rec {
|
||||||
version = "0.F";
|
version = "0.F-1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CleverRaven";
|
owner = "CleverRaven";
|
||||||
repo = "Cataclysm-DDA";
|
repo = "Cataclysm-DDA";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1jid8lcl04y768b3psj1ifhx96lmd6fn1j2wzxhl4ic7ra66p2z3";
|
sha256 = "sha256-bVIln8cLZ15qXpW5iB8Odqk0OQbNLLM8OiKybTzARA0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
makeFlags = common.makeFlags ++ [
|
||||||
|
# Makefile declares version as 0.F, even under 0.F-1
|
||||||
|
"VERSION=${version}"
|
||||||
|
];
|
||||||
|
|
||||||
meta = common.meta // {
|
meta = common.meta // {
|
||||||
maintainers = with lib.maintainers;
|
maintainers = with lib.maintainers;
|
||||||
common.meta.maintainers ++ [ skeidel ];
|
common.meta.maintainers ++ [ skeidel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user