Merge pull request #188236 from OPNA2608/update/bambootracker

bambootracker: 0.5.1 -> 0.5.2
This commit is contained in:
Bobby Rong 2022-08-27 21:17:47 +08:00 committed by GitHub
commit e6cf7f4119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
mkDerivation rec {
pname = "bambootracker";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "BambooTracker";
repo = "BambooTracker";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-AEELUJYiapF/sBWRXXuBXUHwnKp0szdIOCNVMYufv94=";
sha256 = "sha256-+9PmpmsF08oU//pJOWaoGQzG7a2O13kYqKbGwVRAMlU=";
};
nativeBuildInputs = [ qmake qttools pkg-config ];