famistudio: 4.3.0 -> 4.3.1

This commit is contained in:
OPNA2608
2025-01-12 01:32:45 +01:00
parent e5b47e167a
commit 567f3cb4bf
+2 -2
View File
@@ -28,13 +28,13 @@ let
in
buildDotnetModule (finalAttrs: {
pname = "famistudio";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "BleuBleu";
repo = "FamiStudio";
tag = finalAttrs.version;
hash = "sha256-Ldht7w1qgLTiqbRUJJvFQgl1VW6k+14w/jz58kAeMl0=";
hash = "sha256-ISOMsnsvsO3wOp9J/CilCr4wBgkHc29od2a2sBssN7k=";
};
postPatch =