Commit 84f50366 authored by R. RyanTM's avatar R. RyanTM
Browse files

unciv: 4.5.5 -> 4.5.8

parent 41214830
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.5";
  version = "4.5.8";

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

  dontUnpack = true;