libxmp: 4.7.2 -> 4.7.3

Changes: https://github.com/libxmp/libxmp/releases/tag/libxmp-4.7.3
This commit is contained in:
Sergei Trofimovich
2026-09-17 22:00:21 +01:00
parent 9e597d73df
commit 72a47734bd

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libxmp";
version = "4.7.2";
version = "4.7.3";
src = fetchFromGitHub {
owner = "libxmp";
repo = "libxmp";
tag = "libxmp-${finalAttrs.version}";
hash = "sha256-0no+WT5cLDDtoRO5GKlsx9BLrv4n2JvDr9Dky0yNOsk=";
hash = "sha256-wc3+4J//GjkmzawcXuSwfQRIdRRScijrSwPmpaZggL8=";
};
outputs = [