Commit ad106ad8 authored by Colin's avatar Colin Committed by github-actions[bot]
Browse files

tuba: 0.4.1 -> 0.5.0

release notes: <https://github.com/GeopJr/Tuba/releases/tag/v0.5.0>

(cherry picked from commit 0847a05a)
parent ff22c382
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 = [