tuba: 0.4.1 -> 0.5.0

release notes: <https://github.com/GeopJr/Tuba/releases/tag/v0.5.0>
This commit is contained in:
Colin
2023-11-24 21:49:58 +00:00
parent f1818b1041
commit 0847a05a3f
+2 -2
View File
@@ -27,12 +27,12 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-1XbgsdIcnlXJtNEzDgEfHVJHF9naz3HplCPc2cKFUWw=";
hash = "sha256-m38ur7IxQsI46iMpveEXW3OZONbTI7xNq96XSocxxbs=";
};
nativeBuildInputs = [