tuba: 0.8.2 -> 0.8.3 (#337495)

This commit is contained in:
Aleksana 2024-08-27 11:31:30 +08:00 committed by GitHub
commit 22b7bb3f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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