mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
musikcube: 0.96.7 -> 0.96.9
This commit is contained in:
parent
9726130c9a
commit
284e2454c7
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user