zexy: 2.4.3 -> 2.4.4 (#488910)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-15 00:47:12 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zexy";
version = "2.4.3";
version = "2.4.4";
src = fetchFromGitLab {
domain = "git.iem.at";
owner = "pd";
repo = "zexy";
tag = "v${finalAttrs.version}";
hash = "sha256-9f0uYBDBq5lcN/N0uJwC/HBEFcj9b8ZtBHnPAce2s/A=";
hash = "sha256-9+kWnfYLSOI2PaFQVzlaq1EjzUeOZvVRomGfWSLNXCw=";
};
buildInputs = [ puredata ];