snd: 24.4 -> 24.5

This commit is contained in:
R. Ryantm 2024-07-03 03:40:06 +00:00
parent 9a775e4ab3
commit d4bfdde3c7

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "24.4";
version = "24.5";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-nP4ngNUQvveSQBEqXlzYdaqD0SGzTDPwIiWhSabRu+8=";
sha256 = "sha256-Y497KAlUXtWhkrCd1QrqJkvWGwnzZfYRKaALiEo/7EI=";
};
nativeBuildInputs = [ pkg-config ];