musikcube: 0.96.7 -> 0.96.9

This commit is contained in:
superwhiskers 2021-12-28 20:03:05 -06:00
parent 9726130c9a
commit 284e2454c7
No known key found for this signature in database
GPG Key ID: 0134BBC54141A521

View File

@ -11,20 +11,22 @@
, libmicrohttpd
, ncurses
, pulseaudio
, lib, stdenv
, lib
, stdenv
, taglib
, systemdSupport ? stdenv.isLinux, systemd
, systemdSupport ? stdenv.isLinux
, systemd
}:
stdenv.mkDerivation rec {
pname = "musikcube";
version = "0.96.7";
version = "0.96.9";
src = fetchFromGitHub {
owner = "clangen";
repo = pname;
rev = version;
sha256 = "1y00vwn1h10cfflxrm5bk271ak9gilhjycgi44hlkkhmf5bdgn35";
sha256 = "sha256-mEDKgjoTeaxCztGSOOgSEgdyhE/+v0Jtq2IxjpOfcg8=";
};
patches = [