File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ assert builtins.elem acceleration [
4343let
4444 pname = "ollama" ;
4545 # don't forget to invalidate all hashes each update
46- version = "0.6.2 " ;
46+ version = "0.6.4 " ;
4747
4848 src = fetchFromGitHub {
4949 owner = "ollama" ;
5050 repo = "ollama" ;
5151 tag = "v${ version } " ;
52- hash = "sha256-ZQiBbVQbMYxC73DAPyWi6Yn/cPySpsPcTiCOHK3F35w =" ;
52+ hash = "sha256-d8TPVa/kujFDrHbjwv++bUe2txMlkOxAn34t7wXg4qE =" ;
5353 fetchSubmodules = true ;
5454 } ;
5555
56- vendorHash = "sha256-Zpzn2YWpiDAl4cwgrrSpN8CFy4GqqhE1mWsRxtYwdDA =" ;
56+ vendorHash = "sha256-4wYgtdCHvz+ENNMiHptu6ulPJAznkWetQcdba3IEB6s =" ;
5757
5858 validateFallback = lib . warnIf ( config . rocmSupport && config . cudaSupport ) ( lib . concatStrings [
5959 "both `nixpkgs.config.rocmSupport` and `nixpkgs.config.cudaSupport` are enabled, "
You can’t perform that action at this time.
0 commit comments