Merge pull request #329345 from r-ryantm/auto-update/tuba

tuba: 0.8.1 -> 0.8.2
This commit is contained in:
Nick Cao
2024-07-23 15:57:32 -04:00
committed by GitHub
+2 -2
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 = [