Merge pull request #213023 from r-ryantm/auto-update/bambootracker

bambootracker: 0.5.3 -> 0.6.0
This commit is contained in:
Weijia Wang 2023-01-28 20:52:57 +01:00 committed by GitHub
commit 3199e60c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
mkDerivation rec { mkDerivation rec {
pname = "bambootracker"; pname = "bambootracker";
version = "0.5.3"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BambooTracker"; owner = "BambooTracker";
repo = "BambooTracker"; repo = "BambooTracker";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-OaktEUWWDEW+MYnQkaB8FvkuH29VDXFqBVSTEJ7Sz7A="; sha256 = "sha256-yubaKTc8NFLxMY0/5c2VubRHgAGOsRlitmXJ1UHzl60=";
}; };
nativeBuildInputs = [ qmake qttools pkg-config ]; nativeBuildInputs = [ qmake qttools pkg-config ];