snd: 23.2 -> 23.3

This commit is contained in:
R. Ryantm 2023-05-16 11:12:25 +00:00
parent 43f5efa493
commit 0523727c04

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "23.2";
version = "23.3";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-MLBFK34RgpEoK2reA+Ik35pY5YuzetDU1Wz9yAPQhEc=";
sha256 = "sha256-YuvTgpa006n+WlQHEtVRfoJl7IBoyevzURz0Suis5sE=";
};
nativeBuildInputs = [ pkg-config ];