Unverified Commit fecac8d1 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

solarus: 2.0.1 -> 2.0.2 (#468397)

parents 3e2dc720 103cad40
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ index d2927668e..dc8309de2 100644
 # Qlementine-Icons: an SVG icon library made for Qt.
 FetchContent_Declare(qlementine-icons
-  GIT_REPOSITORY "https://github.com/oclero/qlementine-icons.git"
-  GIT_TAG v1.8.0
-  GIT_TAG v1.13.0
+  SOURCE_DIR "@qlementine-icons-src@"
   EXCLUDE_FROM_ALL
 )
@@ -17,7 +17,7 @@ index d2927668e..dc8309de2 100644
 # Qlementine: the QStyle library to have a modern look n' feel.
 FetchContent_Declare(qlementine
-  GIT_REPOSITORY "https://github.com/oclero/qlementine.git"
-  GIT_TAG v1.2.1
-  GIT_TAG v1.4.1
+  SOURCE_DIR "@qlementine-src@"
   EXCLUDE_FROM_ALL
 )
@@ -27,7 +27,7 @@ index d2927668e..dc8309de2 100644
 # QtAppInstanceManager: a library to manage multiple instances of a Qt application.
 FetchContent_Declare(QtAppInstanceManager
- GIT_REPOSITORY "https://github.com/oclero/qtappinstancemanager.git"
- GIT_TAG v1.3.0
- GIT_TAG v1.3.1
+  SOURCE_DIR "@qtappinstancemanager-src@"
  EXCLUDE_FROM_ALL
 )
+6 −3
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitLab,
  nix-update-script,
  cmake,
  ninja,
  luajit,
@@ -21,13 +22,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "solarus";
  version = "2.0.1";
  version = "2.0.2";

  src = fetchFromGitLab {
    owner = "solarus-games";
    repo = "solarus";
    rev = "e70e3df7369d690615fc4c9b3f8dfa00066c5e87";
    hash = "sha256-NOHv4b+r2WnyHEVLtcox+8+3Q3TtSDHB7vpKSTDHVKM=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KkklmukX4qDni1SY002YvIB/LR03b9zSIBSIWVaMC5U=";
  };

  outputs = [
@@ -62,6 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
    inherit solarus-quest-editor solarus-launcher;
  };

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Zelda-like ARPG game engine";
    longDescription = ''