Skip to content

Commit

Permalink
seq66: 0.99.15 -> 0.99.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2024
1 parent 6627bae commit 12d42fb
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.15";
version = "0.99.16";

src = fetchFromGitHub {
owner = "ahlstromcj";
repo = "seq66";
rev = version;
hash = "sha256-/wrCBRB6AujSQwv56/OR60+A/zvIdEFsw2/W4+dkDgY=";
hash = "sha256-HXmpAgztIr6fUdksBPyLli/eMoD3Xlfs+UhHvfrZe0U=";
};

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

0 comments on commit 12d42fb

Please sign in to comment.