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

snd: 24.3 -> 24.4
This commit is contained in:
Matthias Beyer
2024-05-22 10:19:48 +02:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "24.3";
version = "24.4";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-riy8WrL6jbD4aYnFf9x5DVeYabmty0OCb53jP3iVD9I=";
sha256 = "sha256-nP4ngNUQvveSQBEqXlzYdaqD0SGzTDPwIiWhSabRu+8=";
};
nativeBuildInputs = [ pkg-config ];