Merge pull request #312478 from r-ryantm/auto-update/snd

snd: 24.3 -> 24.4

authored by Matthias Beyer and committed by GitHub 66d448d6 db9aa634

+2 -2
+2 -2
pkgs/applications/audio/snd/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "snd"; 8 - version = "24.3"; 8 + version = "24.4"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://sourceforge/snd/snd-${version}.tar.gz"; 12 - sha256 = "sha256-riy8WrL6jbD4aYnFf9x5DVeYabmty0OCb53jP3iVD9I="; 12 + sha256 = "sha256-nP4ngNUQvveSQBEqXlzYdaqD0SGzTDPwIiWhSabRu+8="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config ];