Unverified Commit eb67f7de authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

cubiomes-viewer: 4.0.1 -> 4.1.0 (#347200)

parents 0ccd64d9 68af0e81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "cubiomes-viewer";
  version = "4.0.1";
  version = "4.1.0";

  src = fetchFromGitHub {
    owner = "Cubitect";
    repo = pname;
    rev = version;
    hash = "sha256-UUvNSTM98r8D/Q+/pPTXwGzW4Sl1qhgem4WsFRfybuo=";
    hash = "sha256-ORTFddzVGKXpy5V6zXJgCnwLwn/8cWKklpcoHkc6u34=";
    fetchSubmodules = true;
  };