Commit 0847a05a authored by Colin's avatar Colin
Browse files

tuba: 0.4.1 -> 0.5.0

parent f1818b10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@

stdenv.mkDerivation rec {
  pname = "tuba";
  version = "0.4.1";
  version = "0.5.0";
  src = fetchFromGitHub {
    owner = "GeopJr";
    repo = "Tuba";
    rev = "v${version}";
    hash = "sha256-1XbgsdIcnlXJtNEzDgEfHVJHF9naz3HplCPc2cKFUWw=";
    hash = "sha256-m38ur7IxQsI46iMpveEXW3OZONbTI7xNq96XSocxxbs=";
  };

  nativeBuildInputs = [