Skip to content

Commit

Permalink
Merge pull request #325538 from SFrijters/tauon-7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed Jul 13, 2024
2 parents 64a71b0 + 18c4040 commit 4c68bf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/audio/tauon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, flac
, libjxl
, librsvg
, game-music-emu
, gobject-introspection
, gtk3
, kissfft
Expand All @@ -26,13 +27,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "tauon";
version = "7.7.2";
version = "7.8.0";

src = fetchFromGitHub {
owner = "Taiko2k";
repo = "TauonMusicBox";
rev = "v${finalAttrs.version}";
hash = "sha256-IVl7XL6nn42zaY4bDraF9os0dXfquUql4E96djfVdVg=";
hash = "sha256-8UnUcEvG206tPwyD+WqxcJgDvQlYvTJ6v+sm0u30Z3k=";
};

postUnpack = ''
Expand Down Expand Up @@ -75,6 +76,7 @@ stdenv.mkDerivation (finalAttrs: {

buildInputs = [
flac
game-music-emu
gtk3
libappindicator
libnotify
Expand Down

0 comments on commit 4c68bf5

Please sign in to comment.