Unverified Commit e18b860a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

tuba: 0.9.0 -> 0.9.1 (#367818)

parents 61606894 749f0858
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [