musikcube: 0.96.4 -> 0.96.5

This commit is contained in:
R. RyanTM 2021-02-03 17:34:21 +00:00
parent 60d9784263
commit 7e2814dff9

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "musikcube";
version = "0.96.4";
version = "0.96.5";
src = fetchFromGitHub {
owner = "clangen";
repo = pname;
rev = version;
sha256 = "sha256-DYLLnmRHEK2nJUbJfJUDcA8qHZq+qZpHS5ei8qUGmFA=";
sha256 = "sha256-GxMQPP8i/NWvduf10f+xVyuG666pChj9RsiF4jfygyY=";
};
nativeBuildInputs = [