beep: 1.4.11 -> 1.4.12
* beep: 1.4.11 -> 1.4.12 (#159052) * beep: rework makeFlags Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
parent
2f8c18fd4d
commit
fc48fb2d58
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "beep";
|
||||
version = "1.4.11";
|
||||
version = "1.4.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "spkr-beep";
|
||||
repo = "beep";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-8g9Nni9lalQvrffhwIv2LFRtLrioUL+lMeDTHH6l6Sk=";
|
||||
sha256 = "sha256-gDgGI9F+wW2cN89IwP93PkMv6vixJA2JckF78nxZ+TU=";
|
||||
};
|
||||
|
||||
makeFlags = [ "DESTDIR=\${out}" "prefix="];
|
||||
makeFlags = [ "prefix=${placeholder "out"}"];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The advanced PC speaker beeper";
|
||||
|
|
Loading…
Reference in a new issue