bambootracker: 0.5.3 -> 0.6.0

This commit is contained in:
R. Ryantm 2023-01-27 21:36:11 +00:00
parent 1fe97dd3cf
commit a07160db94

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