famistudio: 4.4.4 -> 4.5.0

This commit is contained in:
R. Ryantm
2026-04-06 22:53:32 +00:00
parent eca6229ec0
commit 5cac8ff729
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
buildDotnetModule (finalAttrs: {
pname = "famistudio";
version = "4.4.4";
version = "4.5.0";
src = fetchFromGitHub {
owner = "BleuBleu";
repo = "FamiStudio";
tag = finalAttrs.version;
hash = "sha256-hYJ82EXR1kP8hzUj+CCXnGuohVzyA1O9TBpWjRccj9Y=";
hash = "sha256-Yvbb8f3bFnSiC6AcYuczwPZhU7FZpqpB9YEd52brXtw=";
};
postPatch =