Unverified Commit 8eb01a5d authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

tuba: 0.9.1 -> 0.9.2 (#387570)

parents 3f7aa85c aec2350b
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.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "GeopJr";
    repo = "Tuba";
    rev = "v${version}";
    hash = "sha256-ouS/aGfjTLd88nWc5lJwYJ20ukzuXE+b7uZ4eMEsdSk=";
    hash = "sha256-SQrk6zsn3zZQTIruqVfjzs5cNyT2pAvM8XNI8SmyFM0=";
  };

  nativeBuildInputs = [