Commit bd3d466e authored by R. RyanTM's avatar R. RyanTM
Browse files

unciv: 4.7.19 -> 4.8.0

parent c04722cf
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.7.19";
  version = "4.8.0";

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

  dontUnpack = true;