seth 2024-12-16 09:23:11 +00:00
parent a4262db828
commit 69a6eed6aa
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.8.4";
version = "0.9.0";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-PRzLTlq8XfI5dYZhJ8YBtYi4H3883S2olp9jrn1Q5CQ=";
hash = "sha256-+Xw5mf1iLXvHMZsdpcANglsMOsebvHNOTuVRrXCqBOk=";
};
nativeBuildInputs = [