libcdada: 0.4.0 -> 0.5.2

This commit is contained in:
R. Ryantm
2024-03-13 12:54:56 +00:00
parent a6af0d9267
commit 532fae24bb
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libcdada";
version = "0.4.0";
version = "0.5.2";
src = fetchFromGitHub {
owner = "msune";
repo = "libcdada";
rev = "v${version}";
hash = "sha256-vUasCukDRZYB67eu87ckEZG9i6rsNf0aKY2kZsVezRE=";
hash = "sha256-rrBmsXBatvaf/u/UVHpTm9YUo+gsQv1rtuprpRF/3kU=";
};
nativeBuildInputs = [