summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2021-12-29 08:54:40 -0500
committerGitHub <noreply@github.com>2021-12-29 08:54:40 -0500
commit7176da102ee20d133a6867ef450539e250ddc557 (patch)
treeebd899ac70b224200b8bc6dd6be21dd9c8a521a6
parentbacc31ff571ece62147f3ba70cb6d8d8f483a949 (diff)
parent5d7f0034d7209227dd69acc57bfb3b244381cbae (diff)
Merge pull request #152547 from superwhiskers/update-musikcube
musikcube: 0.96.7 -> 0.96.10
-rw-r--r--pkgs/applications/audio/musikcube/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/audio/musikcube/default.nix b/pkgs/applications/audio/musikcube/default.nix
index 8e9e269abc97..bf34e8cbe5bf 100644
--- a/pkgs/applications/audio/musikcube/default.nix
+++ b/pkgs/applications/audio/musikcube/default.nix
@@ -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.10";
src = fetchFromGitHub {
owner = "clangen";
repo = pname;
rev = version;
- sha256 = "1y00vwn1h10cfflxrm5bk271ak9gilhjycgi44hlkkhmf5bdgn35";
+ sha256 = "sha256-Aa52pRGq99Pt++aEVZdmVNhhQuBajgfZp39L1AfKvho=";
};
patches = [