tuba: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2024-01-22 10:20:11 +00:00
parent 5836514c53
commit 53456b8d04
+2 -2
View File
@@ -27,12 +27,12 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-Tt2g7xwXf/o/ip5RgUCXclL9omWa/pRglkDMoEGn1AM=";
hash = "sha256-SRK3I4sKJEaWBNs9VOs7Bhth/7gxybWpXJTn4DiQi6U=";
};
nativeBuildInputs = [