famistudio: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm
2024-06-07 01:25:07 +00:00
parent a73df7dc95
commit bfb185ed0a
@@ -23,13 +23,13 @@ let
in
buildDotnetModule rec {
pname = "famistudio";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "BleuBleu";
repo = "FamiStudio";
rev = "refs/tags/${version}";
hash = "sha256-ydEWLL05B86672j3MVo/90tgDHg8FJ2EZaesqrBZy4A=";
hash = "sha256-WYy/6cWQg3Ayok/eAdnvlWAvdcuhy/sdlWOVvaYcPkc=";
};
postPatch = let