Skip to content

Commit

Permalink
seq66: 0.99.13 -> 0.99.14
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2024
1 parent 9446a5d commit e2f440f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/seq66/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "seq66";
version = "0.99.13";
version = "0.99.14";

src = fetchFromGitHub {
owner = "ahlstromcj";
repo = "seq66";
rev = version;
hash = "sha256-hR8kEt3tKnH96JmmkMuY0WWxxp9YTcSvsJvICKNjvyQ=";
hash = "sha256-0xexKu8qQd0HzEHYKMomeoBE1s/tC5T1jzUl+AkhTqY=";
};

nativeBuildInputs = [ autoreconfHook pkg-config qttools which wrapQtAppsHook ];
Expand Down

0 comments on commit e2f440f

Please sign in to comment.