synthv1: 1.4.1 -> 1.4.2 (#515470)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-13 20:33:29 +00:00
committed by GitHub
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "synthv1";
version = "1.4.1";
version = "1.4.2";
src = fetchurl {
url = "mirror://sourceforge/synthv1/synthv1-${finalAttrs.version}.tar.gz";
hash = "sha256-z4jy6Zo7LaYLf3QoAXl0MvZ9rcZWThWwChGDJBY0HYg=";
hash = "sha256-eoW1Yl/v1LsdvcQen7/LLDt5Q9Yd4kwX3W+CIjQEfYE=";
};
postPatch = ''