libxmp: 4.7.1 -> 4.7.2

This commit is contained in:
R. Ryantm
2026-08-03 14:34:44 +00:00
parent 12d28633cf
commit 21db2fb73b

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libxmp";
version = "4.7.1";
version = "4.7.2";
src = fetchFromGitHub {
owner = "libxmp";
repo = "libxmp";
tag = "libxmp-${finalAttrs.version}";
hash = "sha256-X+oIXTwlrLEl3n8gu5+LlNfIOBkZ02hiivrjTgVrqRk=";
hash = "sha256-0no+WT5cLDDtoRO5GKlsx9BLrv4n2JvDr9Dky0yNOsk=";
};
outputs = [