freeorion: 0.5.1.1 -> 0.5.1.2

This commit is contained in:
R. Ryantm
2026-02-26 14:50:26 +00:00
parent 3479ee3fd7
commit 358d741e3f
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freeorion";
version = "0.5.1.1";
version = "0.5.1.2";
src = fetchFromGitHub {
owner = "freeorion";
repo = "freeorion";
tag = "v${finalAttrs.version}";
hash = "sha256-0z3EPiSlViWQzpUu6+4IZ3ih0pbwdkZWAiVPsVcJr8o=";
hash = "sha256-/pLNOkxjuh/vdQQZQ9BzPCMygYPMDJDJuSXxn5lJt2o=";
};
buildInputs = [