Merge pull request #252947 from OPNA2608/update/bambootracker

bambootracker,bambootracker-qt6: 0.6.2 -> 0.6.3
This commit is contained in:
Weijia Wang 2023-09-05 23:57:55 +02:00 committed by GitHub
commit d2716068c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,14 +17,14 @@ assert lib.versionAtLeast qtbase.version "6.0" -> qt5compat != null;
stdenv.mkDerivation (finalAttrs: {
pname = "bambootracker";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "BambooTracker";
repo = "BambooTracker";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-rn6PNxVsLEXz8q3nvMMhKV1/Woq2CxROf0qsQJykyUs=";
hash = "sha256-rMYs2jixzoMGem9lxAjDMbFOMrnK8BLFjZIagdZk/Ok=";
};
postPatch = lib.optionalString (lib.versionAtLeast qtbase.version "6.0") ''