libcdada: 0.5.2 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-07-26 06:18:03 +00:00
parent 3099ccf78e
commit 693fa9bc2f

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libcdada";
version = "0.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "msune";
repo = "libcdada";
rev = "v${version}";
hash = "sha256-rrBmsXBatvaf/u/UVHpTm9YUo+gsQv1rtuprpRF/3kU=";
hash = "sha256-fgH4gl8Uq8mY9gxa968suU66VJYnFzpSLj4JGpJcJA4=";
};
nativeBuildInputs = [