Unverified Commit 0a7bfe4b authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

famistudio: 4.4.1 -> 4.4.2 (#433512)

parents 9924e964 7bda6bc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ let
in
buildDotnetModule (finalAttrs: {
  pname = "famistudio";
  version = "4.4.1";
  version = "4.4.2";

  src = fetchFromGitHub {
    owner = "BleuBleu";
    repo = "FamiStudio";
    tag = finalAttrs.version;
    hash = "sha256-2QDolO0eF5nYmxS376nG41LOJVB0LQOrcC7FeVQknfE=";
    hash = "sha256-A4tC1khtCLTfacdEq5z8ulRzhoItNgBe438TAaPdyLA=";
  };

  postPatch =