opl3bankeditor: 1.5 -> 1.5.1

This commit is contained in:
gnidorah 2020-08-06 09:53:07 +03:00
parent de0caa8e89
commit 059675cd0d

View File

@ -1,14 +1,14 @@
{ stdenv, mkDerivation, fetchFromGitHub, cmake, qttools, alsaLib }: { stdenv, mkDerivation, fetchFromGitHub, cmake, qttools, alsaLib }:
mkDerivation rec { mkDerivation rec {
version = "1.5"; version = "1.5.1";
pname = "OPL3BankEditor"; pname = "OPL3BankEditor";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Wohlstand"; owner = "Wohlstand";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "16va5xfbyn2m63722ab5yph0l7kmghkbk6dkia93041mfhdyg9rc"; sha256 = "1g59qrkcm4xnyxx0s2x28brqbf2ix6vriyx12pcdvfhhcdi55hxh";
fetchSubmodules = true; fetchSubmodules = true;
}; };