Merge pull request #247517 from chuangzhu/tuba

tuba: 0.4.0 -> 0.4.1
This commit is contained in:
figsoda 2023-08-06 11:51:52 -04:00 committed by GitHub
commit 8624d89cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,12 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-sLdkSIevz2spL+Q5sS+ugqEbqJTXrLxmszzijtKvY6k=";
hash = "sha256-1XbgsdIcnlXJtNEzDgEfHVJHF9naz3HplCPc2cKFUWw=";
};
nativeBuildInputs = [