tuba: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-07-23 06:29:25 +00:00
parent 6f3bb7dca6
commit fc45ab0fdf

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-dN915sPBttnrcOuhUJjEtdojOQi9VRLmc+t1RvWmx64=";
hash = "sha256-nBNb2Hqv2AumwYoQnYZnH6YGp9wGr1o9vRO8YOty214=";
};
nativeBuildInputs = [