Merge pull request #136322 from DeeUnderscore/cataclysm-dda-0.F-2

cataclysm-dda: 0.F-1 -> 0.F-2
This commit is contained in:
Bobby Rong 2021-09-19 18:15:40 +08:00 committed by GitHub
commit 498acac0a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,17 +10,17 @@ let
};
self = common.overrideAttrs (common: rec {
version = "0.F-1";
version = "0.F-2";
src = fetchFromGitHub {
owner = "CleverRaven";
repo = "Cataclysm-DDA";
rev = version;
sha256 = "sha256-bVIln8cLZ15qXpW5iB8Odqk0OQbNLLM8OiKybTzARA0=";
sha256 = "sha256-8AZOrO/Wxui+LqAZo8hURktMTycecIgOONUJmE3M+vM=";
};
makeFlags = common.makeFlags ++ [
# Makefile declares version as 0.F, even under 0.F-1
# Makefile declares version as 0.F, even under 0.F-2
"VERSION=${version}"
];