We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 779a41a + 0e8d672 commit 173536eCopy full SHA for 173536e
pkgs/applications/audio/seq66/default.nix
@@ -4,13 +4,13 @@
4
5
stdenv.mkDerivation rec {
6
pname = "seq66";
7
- version = "0.99.14";
+ version = "0.99.15";
8
9
src = fetchFromGitHub {
10
owner = "ahlstromcj";
11
repo = "seq66";
12
rev = version;
13
- hash = "sha256-0xexKu8qQd0HzEHYKMomeoBE1s/tC5T1jzUl+AkhTqY=";
+ hash = "sha256-/wrCBRB6AujSQwv56/OR60+A/zvIdEFsw2/W4+dkDgY=";
14
};
15
16
nativeBuildInputs = [ autoreconfHook pkg-config qttools which wrapQtAppsHook ];
0 commit comments