Unverified Commit 4c28478d authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #328978 from rhoriguchi/sonarr

sonarr: 4.0.7.1863 -> 4.0.8.1874
parents 2e294c0d 7667d760
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@
, prefetch-yarn-deps
}:
let
  version = "4.0.7.1863";
  version = "4.0.8.1874";
  src = fetchFromGitHub {
    owner = "Sonarr";
    repo = "Sonarr";
    rev = "v${version}";
    hash = "sha256-wleqBvwglU7RonBa1ZWV3C0wB8cUpBlSU2ENDfi26Yo=";
    hash = "sha256-4WjeuVqzuUmgbKIjcQOJCNrTnT9Wn6kpVxS+1T1hqyQ=";
  };
in
buildDotnetModule {