We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5038f97 + 3c7520d commit 761b86aCopy full SHA for 761b86a
1 file changed
pkgs/by-name/fa/famistudio/package.nix
@@ -29,13 +29,13 @@ let
29
in
30
buildDotnetModule (finalAttrs: {
31
pname = "famistudio";
32
- version = "4.4.0";
+ version = "4.4.1";
33
34
src = fetchFromGitHub {
35
owner = "BleuBleu";
36
repo = "FamiStudio";
37
tag = finalAttrs.version;
38
- hash = "sha256-QKgKPXb7NgbN37oCrwW9cLn701nsu55EsVXzOOKyc0A=";
+ hash = "sha256-2QDolO0eF5nYmxS376nG41LOJVB0LQOrcC7FeVQknfE=";
39
};
40
41
postPatch =
0 commit comments