musikcube: 0.96.9 -> 0.96.10

This commit is contained in:
superwhiskers 2021-12-29 02:40:55 -06:00
parent 284e2454c7
commit 5d7f0034d7
No known key found for this signature in database
GPG Key ID: 0134BBC54141A521

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "musikcube";
version = "0.96.9";
version = "0.96.10";
src = fetchFromGitHub {
owner = "clangen";
repo = pname;
rev = version;
sha256 = "sha256-mEDKgjoTeaxCztGSOOgSEgdyhE/+v0Jtq2IxjpOfcg8=";
sha256 = "sha256-Aa52pRGq99Pt++aEVZdmVNhhQuBajgfZp39L1AfKvho=";
};
patches = [