Unverified Commit f50e7085 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

libxmp: 4.6.2 -> 4.6.3 (#407247)

parents 32a95601 502d9ad1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libxmp";
  version = "4.6.2";
  version = "4.6.3";

  src = fetchFromGitHub {
    owner = "libxmp";
    repo = "libxmp";
    tag = "libxmp-${finalAttrs.version}";
    hash = "sha256-AfHathuBmF9OhtTyt8WabZKzFtnAkX1YeiYFF079z80=";
    hash = "sha256-VTjS5bVu+jiswP4GCTxcAdhtVdtopy4A3hxlzIQlZVU=";
  };

  outputs = [