vocal: 2.4.1 -> 2.4.2

https://github.com/needle-and-thread/vocal/releases/tag/2.4.2
This commit is contained in:
worldofpeace 2019-06-11 00:48:37 -04:00
parent 72b97d88e0
commit e87caec2f2

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vocal"; pname = "vocal";
version = "2.4.1"; version = "2.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "needle-and-thread"; owner = "needle-and-thread";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0jz72nmc6qmadsvcpk339x1fm4wg6yx9r1bagr7mcgnz3x5papnr"; sha256 = "1c4n89rdl9r13kmmh2qymmy9sa6shjwai7df48k2kfn0pnzq5mad";
}; };
nativeBuildInputs = [ nativeBuildInputs = [