override tag to null
This commit is contained in:
parent
2630a56162
commit
60edbd0df1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ let
|
|||
python-escpos = pythonPrev.python-escpos.overrideAttrs (oldAttrs: {
|
||||
version = "0.0.0+unstable-2024-10-10";
|
||||
src = oldAttrs.src.override {
|
||||
tag = null;
|
||||
rev = "7d42f117161362e99c56431ebeb2ef1e9c91c495";
|
||||
hash = "sha256-Wl7naHbsYfN+VYASQXyWrLNF953nwoM0ugiutE2jYNI=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue