Skip to content

Commit

Permalink
seq66: 0.99.14 -> 0.99.15 (#351994)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Oct 29, 2024
2 parents 779a41a + 0e8d672 commit 173536e
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.14";
version = "0.99.15";

src = fetchFromGitHub {
owner = "ahlstromcj";
repo = "seq66";
rev = version;
hash = "sha256-0xexKu8qQd0HzEHYKMomeoBE1s/tC5T1jzUl+AkhTqY=";
hash = "sha256-/wrCBRB6AujSQwv56/OR60+A/zvIdEFsw2/W4+dkDgY=";
};

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

0 comments on commit 173536e

Please sign in to comment.