about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-16 20:00:31 +0200
committerGitHub <noreply@github.com>2024-05-16 20:00:31 +0200
commit47cd3201a27d5fdd676bc02f8df546c14af500af (patch)
treebe7fb9ba644ce28e50723b29c1d6ac246ddaa614
parent2a375993e8c6e582bb5004c1016806b682182a2b (diff)
parentf7556e377bca7bfcf529e002853786c2b16104d0 (diff)
Merge pull request #312124 from r-ryantm/auto-update/python311Packages.curl-cffi
python311Packages.curl-cffi: 0.6.3 -> 0.6.4
-rw-r--r--pkgs/development/python-modules/curl-cffi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/curl-cffi/default.nix b/pkgs/development/python-modules/curl-cffi/default.nix
index 3f752f703bf74..00b87dff252e1 100644
--- a/pkgs/development/python-modules/curl-cffi/default.nix
+++ b/pkgs/development/python-modules/curl-cffi/default.nix
@@ -9,13 +9,13 @@
 
 buildPythonPackage rec {
   pname = "curl-cffi";
-  version = "0.6.3";
+  version = "0.6.4";
 
   src = fetchFromGitHub {
     owner = "yifeikong";
     repo = "curl_cffi";
-    rev = "v${version}";
-    hash = "sha256-VeBh5wp/VEMDGR2YK06w34hBv9qHIyA+EiZHrhEhAGw=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-bNBpZAIdfub2osByo827RBw/gouCmNt8uVN0y1KdcUk=";
   };
 
   patches = [