samplv1: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2025-05-26 12:33:12 +00:00
parent aeccbc779a
commit e76d6c1ea3

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "samplv1";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "mirror://sourceforge/samplv1/samplv1-${version}.tar.gz";
hash = "sha256-DcMtNGiMJ9YfTKZLns+3mBKHbkG3Ven3IJAU/qSDyh0=";
hash = "sha256-YCxt9RAP02uAigddA6HjBt2ryM6MyOtI3L2eLg0AhFg=";
};
nativeBuildInputs = [