bambootracker: 0.5.1 -> 0.5.2

This commit is contained in:
OPNA2608 2022-08-25 01:36:33 +02:00
parent 5e053ae4a5
commit 9d417df2e5

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 ];