Merge pull request #276108 from chuangzhu/tuba

tuba: 0.5.0 -> 0.6.1

authored by Mario Rodas and committed by GitHub 9092ae0f 426cbd76

+2 -2
+2 -2
pkgs/applications/misc/tuba/default.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "tuba"; 30 - version = "0.5.0"; 30 + version = "0.6.1"; 31 31 src = fetchFromGitHub { 32 32 owner = "GeopJr"; 33 33 repo = "Tuba"; 34 34 rev = "v${version}"; 35 - hash = "sha256-m38ur7IxQsI46iMpveEXW3OZONbTI7xNq96XSocxxbs="; 35 + hash = "sha256-Tt2g7xwXf/o/ip5RgUCXclL9omWa/pRglkDMoEGn1AM="; 36 36 }; 37 37 38 38 nativeBuildInputs = [