c2c version

This commit is contained in:
death916 2026-01-19 04:28:12 -08:00
parent 954b28ad7d
commit 228f8891d1

View file

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "c2cscrape"; pname = "c2cscrape";
version = "0.1.3"; tag = "0.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "death916"; owner = "death916";
repo = "c2cscrape"; repo = "c2cscrape";
# rev = "b61b888b229d646859976f8fb69e59c17c8c27a4"; # rev = "b61b888b229d646859976f8fb69e59c17c8c27a4";
hash = "sha256-oVuLGHds2zT/QzlFUaBzS73hwF28Wm03XwrOQbKrgdo="; # hash = "sha256-oVuLGHds2zT/QzlFUaBzS73hwF28Wm03XwrOQbKrgdo=";
}; };
format = "other"; format = "other";