Commit 2e7e6bdb authored by Chuang Zhu's avatar Chuang Zhu
Browse files

tuba: 0.3.2 -> 0.4.0

parent 6cee3b58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [