From 60edbd0df1ff20a972cd57883d25bb607144ffec Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 14 Jan 2025 17:42:49 -0500 Subject: [PATCH] override tag to null --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index a960ebf..6588b4a 100644 --- a/shell.nix +++ b/shell.nix @@ -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="; };