taglib: 1.12 -> 1.13

This commit is contained in:
R. Ryantm 2022-10-27 23:29:59 +00:00 committed by ehmry
parent dd86663a26
commit d9246eabc6

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "taglib";
version = "1.12";
version = "1.13";
src = fetchFromGitHub {
owner = "taglib";
repo = "taglib";
rev = "v${version}";
sha256 = "sha256-omErajnYgxbflsbe6pS2KsexZcXisso0WGYnmIud7WA=";
sha256 = "sha256-DRALRH+/7c2lBvCpLp8hop3Xxsf76F1q8L7F9qehqQA=";
};
nativeBuildInputs = [ cmake ];