Merge pull request #312186 from Sigmanificient/tip-3.3.2
tipp10: 3.2.1 -> 3.3.2, move to Qt6
This commit is contained in:
commit
1aa25b4a6f
@ -1,18 +1,18 @@
|
||||
{ cmake, lib, mkDerivation, fetchFromGitLab,
|
||||
qtmultimedia, qttools, ... }:
|
||||
{ stdenv, cmake, lib, fetchFromGitLab,
|
||||
qtmultimedia, qttools, wrapQtAppsHook, ... }:
|
||||
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tipp10";
|
||||
version = "3.2.1";
|
||||
version = "3.3.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "tipp10";
|
||||
repo = "tipp10";
|
||||
rev = "v${version}";
|
||||
sha256 = "4cxN2AnvYhZAMuA/qfmdLVICJNk6VCpRnfelbxYRvPg=";
|
||||
sha256 = "sha256-e0sWH4pT7ej9XGK/Sg9XMX2bMqcXqtSaYI7KBZTXvp4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake qttools ];
|
||||
nativeBuildInputs = [ cmake qttools wrapQtAppsHook ];
|
||||
buildInputs = [ qtmultimedia ];
|
||||
|
||||
meta = with lib; {
|
||||
|
@ -34851,7 +34851,7 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
};
|
||||
|
||||
tipp10 = qt5.callPackage ../applications/misc/tipp10 { };
|
||||
tipp10 = qt6.callPackage ../applications/misc/tipp10 { };
|
||||
|
||||
tkrev = callPackage ../applications/version-management/tkrev { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user