Commit 1fa67af7 authored by R. RyanTM's avatar R. RyanTM
Browse files

shoko: 5.3.0 -> 5.3.1

parent b5e7ee11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildDotnetModule (finalAttrs: {
  pname = "shoko";
  version = "5.3.0";
  version = "5.3.1";

  src = fetchFromGitHub {
    owner = "ShokoAnime";
    repo = "ShokoServer";
    tag = "v${finalAttrs.version}";
    hash = "sha256-qEy+BmvPeog+AIPNlIjD7UMdaN3YxPRt/ZLkTumsfSc=";
    hash = "sha256-gZK0NUwPKhrrIjdnfwNI0s618qnTf1cYBgPkwajSTEw=";
    fetchSubmodules = true;
  };