Skip to content

Commit 38256f2

Browse files
committed
deepseek-reasonix: 1.0.0 -> 1.1.0
1 parent b537d7b commit 38256f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/deepseek-reasonix/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
buildGoModule rec {
1010
pname = "reasonix";
11-
version = "1.0.0";
11+
version = "1.1.0";
1212
src = fetchFromGitHub {
1313
owner = "esengine";
1414
repo = "DeepSeek-Reasonix";
1515
rev = "v${version}";
16-
sha256 = "sha256-67n4DRCOW6QMbNIvGmiRlb0DvBkmD0LricPFVwa6rag=";
16+
sha256 = "sha256-fRFqlXGAUcnB0zumwtr7NNzfHVdFu679n9J4ki7Yk3I=";
1717
};
1818

19-
vendorHash = "sha256-JguEYEkC+UfC4SQdZ9czCjUaoi9qyUktQ65Di8emZ4A=";
19+
vendorHash = "sha256-ObDfNr9Olc6mFfIYx3yb4UxesZD+HXzN7mjxr/iT2p4=";
2020

2121
subPackages = [
2222
"cmd/reasonix"

0 commit comments

Comments
 (0)