Skip to content

Commit

Permalink
tuba: 0.8.3 -> 0.8.4 (NixOS#343161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Sep 20, 2024
2 parents a79be01 + 6704c25 commit 5c1ee33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/tuba/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@

stdenv.mkDerivation rec {
pname = "tuba";
version = "0.8.3";
version = "0.8.4";

src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v${version}";
hash = "sha256-K0TXWFCSVjwogSXiTRX2eE92w5OzOGVeU4hFkDTJl+M=";
hash = "sha256-PRzLTlq8XfI5dYZhJ8YBtYi4H3883S2olp9jrn1Q5CQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5c1ee33

Please sign in to comment.