seq66: 0.99.13 -> 0.99.14 (#337149)
This commit is contained in:
commit
35f5c70807
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "seq66";
|
pname = "seq66";
|
||||||
version = "0.99.13";
|
version = "0.99.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ahlstromcj";
|
owner = "ahlstromcj";
|
||||||
repo = "seq66";
|
repo = "seq66";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-hR8kEt3tKnH96JmmkMuY0WWxxp9YTcSvsJvICKNjvyQ=";
|
hash = "sha256-0xexKu8qQd0HzEHYKMomeoBE1s/tC5T1jzUl+AkhTqY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config qttools which wrapQtAppsHook ];
|
nativeBuildInputs = [ autoreconfHook pkg-config qttools which wrapQtAppsHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user