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 , libmicrohttpd
, ncurses , ncurses
, pulseaudio , pulseaudio
, lib, stdenv , lib
, stdenv
, taglib , taglib
, systemdSupport ? stdenv.isLinux, systemd , systemdSupport ? stdenv.isLinux
, systemd
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "musikcube"; pname = "musikcube";
version = "0.96.7"; version = "0.96.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "clangen"; owner = "clangen";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1y00vwn1h10cfflxrm5bk271ak9gilhjycgi44hlkkhmf5bdgn35"; sha256 = "sha256-mEDKgjoTeaxCztGSOOgSEgdyhE/+v0Jtq2IxjpOfcg8=";
}; };
patches = [ patches = [