Skip to content

Commit 86bcc8d

Browse files
mailmanPackages.python.pkgs.hiredis: fix override (NixOS#374572)
2 parents 331d32a + b681022 commit 86bcc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/servers/mail/mailman/python.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lib.fix (self: python3.override {
2424
hiredis = super.hiredis.overrideAttrs (new: { src, ... }: {
2525
version = "3.1.0";
2626
src = src.override {
27-
rev = "refs/tags/v${new.version}";
27+
tag = new.version;
2828
hash = "sha256-ID5OJdARd2N2GYEpcYOpxenpZlhWnWr5fAClAgqEgGg=";
2929
};
3030
});

0 commit comments

Comments
 (0)