Unverified Commit 4933d56c authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

ollama: fix source hash for version 0.11.0 (#431235)

parents 8bb72b7f 49a95e44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ goBuild (finalAttrs: {
    owner = "ollama";
    repo = "ollama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-fBoSt/chnxnlD6/HsWeMX9TR7Du7RCOmWcqCKamyK7A=";
    hash = "sha256-po7BxJAj9eOpOaXsLDmw6/1RyjXPtXza0YUv0pVojZ0=";
    fetchSubmodules = true;
  };