tipp10: unstable -> 3.2.1 (#115770)

authored by

Louis Bettens and committed by
GitHub
e9bdaba3 396b7066

+5 -5
+5 -5
pkgs/applications/misc/tipp10/default.nix
··· 3 4 mkDerivation rec { 5 pname = "tipp10"; 6 - version = "unstable-20200616"; 7 8 src = fetchFromGitLab { 9 owner = "tipp10"; 10 repo = "tipp10"; 11 - rev = "2dd6d45c8a91cff7075675d8875721456cdd5f1b"; 12 - sha256 = "16x51rv4r6cz5vsmrfbakqzbfxy456h82ibzacknp35f41cjdqq4"; 13 }; 14 15 nativeBuildInputs = [ cmake qttools ]; ··· 17 18 meta = with lib; { 19 description = "Learn and train typing with the ten-finger system"; 20 - homepage = "https://gitlab.com/a_a/tipp10"; 21 - license = licenses.gpl2; 22 maintainers = with maintainers; [ petabyteboy ]; 23 platforms = platforms.all; 24 };
··· 3 4 mkDerivation rec { 5 pname = "tipp10"; 6 + version = "3.2.1"; 7 8 src = fetchFromGitLab { 9 owner = "tipp10"; 10 repo = "tipp10"; 11 + rev = "v${version}"; 12 + sha256 = "4cxN2AnvYhZAMuA/qfmdLVICJNk6VCpRnfelbxYRvPg="; 13 }; 14 15 nativeBuildInputs = [ cmake qttools ]; ··· 17 18 meta = with lib; { 19 description = "Learn and train typing with the ten-finger system"; 20 + homepage = "https://gitlab.com/tipp10/tipp10"; 21 + license = licenses.gpl2Only; 22 maintainers = with maintainers; [ petabyteboy ]; 23 platforms = platforms.all; 24 };