From 0e4d8fbc9a620f446545bf69571c4198ba9d38ce Mon Sep 17 00:00:00 2001 From: death916 Date: Thu, 29 Jan 2026 03:16:56 -0800 Subject: [PATCH] up c2c --- pkgs/c2cscrape/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/c2cscrape/default.nix b/pkgs/c2cscrape/default.nix index e8ad0a4..f0ca8de 100644 --- a/pkgs/c2cscrape/default.nix +++ b/pkgs/c2cscrape/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "c2cscrape"; - version = "0.1.3"; + version = "0.1.4"; src = fetchFromGitHub { owner = "death916"; repo = "c2cscrape"; - rev = "872686e9d55789986f685503695a3622aafda7e6"; - hash = "sha256-wBvX4P8j+2nz8+WimSBSPKqCuC5uD6TT52xR+6dQ+ns="; + rev = "659312a0bb4bca4ce5f47a639d6430d1053b15a0"; + hash = ""; }; format = "other";