python3Packages.nad-reciever: replace src.rev with src.tag

This commit is contained in:
Justin Restivo
2025-12-22 10:31:52 -05:00
parent 322fdfcdbd
commit 880f7401bc
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "joopert";
repo = "nad_receiver";
rev = version;
tag = version;
hash = "sha256-jRMk/yMA48ei+g/33+mMYwfwixaKTMYcU/z/VOoJbvY=";
};