plugdata: 0.9.3 -> 0.9.3-2

This commit is contained in:
R. Ryantm
2026-03-13 20:33:28 +00:00
parent e2a4391ad0
commit 69bc8dd787
+2 -2
View File
@@ -35,13 +35,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "plugdata";
version = "0.9.3";
version = "0.9.3-2";
src = fetchFromGitHub {
owner = "plugdata-team";
repo = "plugdata";
tag = "v${finalAttrs.version}";
hash = "sha256-GjaJCg9FhsvUWHFfEk1a/Ef5gMglWKqEWaCLqazooto=";
hash = "sha256-V08xlc14JZZgmXb4Dernnt9vxWDd5l/GHMzolnmCK8Y=";
fetchSubmodules = true;
};