Merge pull request #244381 from chuangzhu/tuba

tuba: 0.3.2 -> 0.4.0
This commit is contained in:
Sandro
2023-07-20 22:06:00 +02:00
committed by GitHub
+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 = [