Commit 88b9be94 authored by R. RyanTM's avatar R. RyanTM
Browse files

unciv: 4.5.2 -> 4.5.5

parent 3c935c73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "unciv";
  version = "4.5.2";
  version = "4.5.5";

  src = fetchurl {
    url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
    hash = "sha256-HhMccVlpIJoGW3LLqg1clw+dWcRUVHwCgtrmBcOXFSE=";
    hash = "sha256-m7wyWxTKXrxJUtUpG2Dwg4s91TBbE0eFNAyDhS98ggo=";
  };

  dontUnpack = true;