Merge pull request #57976 from gnidorah/opl3bankeditor
opl3bankeditor: 2019-01-12 -> 1.5
This commit is contained in:
commit
024fd0238c
|
@ -1,14 +1,14 @@
|
||||||
{ stdenv, fetchFromGitHub, cmake, qttools, alsaLib }:
|
{ stdenv, fetchFromGitHub, cmake, qttools, alsaLib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2019-01-12";
|
version = "1.5";
|
||||||
pname = "OPL3BankEditor";
|
pname = "OPL3BankEditor";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Wohlstand";
|
owner = "Wohlstand";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "a254c923df5b385e140de6ae42cf4908af8728d3";
|
rev = "v${version}";
|
||||||
sha256 = "181zkr2zkv9xy6zijbzqbqf4z6phg98ramzh9hmwi5zcbw68wkqw";
|
sha256 = "16va5xfbyn2m63722ab5yph0l7kmghkbk6dkia93041mfhdyg9rc";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue