Unverified Commit 2b83fcda authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

freeorion: 0.5.1.1 -> 0.5.1.2 (#494396)

parents e347ac28 358d741e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [