Loading pkgs/by-name/so/solarus-launcher/github-fetches.patch +6 −6 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 ) Loading @@ -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 ) Loading pkgs/by-name/so/solarus/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitLab, nix-update-script, cmake, ninja, luajit, Loading @@ -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 = [ Loading Loading @@ -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 = '' Loading Loading
pkgs/by-name/so/solarus-launcher/github-fetches.patch +6 −6 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 ) Loading @@ -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 ) Loading
pkgs/by-name/so/solarus/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitLab, nix-update-script, cmake, ninja, luajit, Loading @@ -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 = [ Loading Loading @@ -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 = '' Loading