tuba: 0.9.0 -> 0.9.1 (#367818)

This commit is contained in:
Donovan Glover
2024-12-25 10:31:55 +00:00
committed by GitHub
+2 -2
View File
@@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "tuba";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-+Xw5mf1iLXvHMZsdpcANglsMOsebvHNOTuVRrXCqBOk=";
hash = "sha256-ouS/aGfjTLd88nWc5lJwYJ20ukzuXE+b7uZ4eMEsdSk=";
};
nativeBuildInputs = [