Fixing the nix overlay with updated version.

This commit is contained in:
Nicolas Patry 2025-03-05 16:04:40 +01:00
parent 74c406d561
commit d57a91b9e5
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -18,8 +18,8 @@ final: prev: {
src = final.fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
rev = "8d73a38606bc342b370afe1f42718b4828d95aaa";
hash = "sha256-MxroG6CWqrcmRS+eFt7Ej87TDOInN15aRPBUcaycKTI=";
rev = "v4.49.0";
hash = "sha256-drq7RWoRaRejiQjCUHIYuzaKa9rA4eQZI2do74scp1c=";
};
}
);