Merge pull request #328978 from rhoriguchi/sonarr

sonarr: 4.0.7.1863 -> 4.0.8.1874
This commit is contained in:
K900
2024-07-24 21:12:41 +03:00
committed by GitHub
+2 -2
View File
@@ -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 {