tuba: 0.3.2 -> 0.4.0

This commit is contained in:
Chuang Zhu
2023-07-20 00:37:02 +08:00
parent 6cee3b5893
commit 2e7e6bdb14
+2 -2
View File
@@ -25,12 +25,12 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.3.2";
version = "0.4.0";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-PSEPpJn/lYpeI6AN2AY73NpOcDkMm0zNqeSdELn5HvY=";
hash = "sha256-sLdkSIevz2spL+Q5sS+ugqEbqJTXrLxmszzijtKvY6k=";
};
nativeBuildInputs = [