Skip to content

Commit 173536e

Browse files
authored
seq66: 0.99.14 -> 0.99.15 (#351994)
2 parents 779a41a + 0e8d672 commit 173536e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/seq66/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
stdenv.mkDerivation rec {
66
pname = "seq66";
7-
version = "0.99.14";
7+
version = "0.99.15";
88

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

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

0 commit comments

Comments
 (0)