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

unciv: 4.6.15 -> 4.6.19

parent 0eeebd64
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.6.15";
  version = "4.6.19";

  src = fetchurl {
    url = "https://github.com/yairm210/Unciv/releases/download/${version}/Unciv.jar";
    hash = "sha256-69JEf5dG3Nf4CLT8eKfeo/8givyyxb9QpQSAZ2dG7TI=";
    hash = "sha256-21Pge/b6pZ4csGVr2J0V6rwZGKBEEqEkuef+7imGtl4=";
  };

  dontUnpack = true;