Skip to content

Commit c715931

Browse files
authored
Merge pull request #288141 from mweinelt/hass-slugify
home-assistant: pin python-slugify at 8.0.1
2 parents e89f1bd + 7cea566 commit c715931

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkgs/servers/home-assistant/default.nix

+10
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,16 @@ let
324324
};
325325
});
326326

327+
python-slugify = super.python-slugify.overridePythonAttrs (oldAttrs: rec {
328+
version = "8.0.1";
329+
src = fetchFromGitHub {
330+
owner = "un33k";
331+
repo = "python-slugify";
332+
rev = "refs/tags/v${version}";
333+
hash = "sha256-MJac63XjgWdUQdyyEm8O7gAGVszmHxZzRF4frJtR0BU=";
334+
};
335+
});
336+
327337
pytradfri = super.pytradfri.overridePythonAttrs (oldAttrs: rec {
328338
version = "9.0.1";
329339
src = fetchFromGitHub {

0 commit comments

Comments
 (0)