famistudio: 4.4.1 -> 4.4.2
This commit is contained in:
parent
64cf35ea43
commit
7bda6bc4cc
@ -29,13 +29,13 @@ let
|
|||||||
in
|
in
|
||||||
buildDotnetModule (finalAttrs: {
|
buildDotnetModule (finalAttrs: {
|
||||||
pname = "famistudio";
|
pname = "famistudio";
|
||||||
version = "4.4.1";
|
version = "4.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BleuBleu";
|
owner = "BleuBleu";
|
||||||
repo = "FamiStudio";
|
repo = "FamiStudio";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-2QDolO0eF5nYmxS376nG41LOJVB0LQOrcC7FeVQknfE=";
|
hash = "sha256-A4tC1khtCLTfacdEq5z8ulRzhoItNgBe438TAaPdyLA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user