tuba: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm 2024-02-03 11:57:22 +00:00
parent 8f2659f142
commit f22d166271

View File

@ -27,12 +27,12 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-SRK3I4sKJEaWBNs9VOs7Bhth/7gxybWpXJTn4DiQi6U=";
hash = "sha256-AdUXKiTMC/0R4RI9I9Y/x0mNwhtUEIBke4Mm9lu9CX8=";
};
nativeBuildInputs = [