We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b537d7b commit 38256f2Copy full SHA for 38256f2
1 file changed
pkgs/deepseek-reasonix/default.nix
@@ -8,15 +8,15 @@
8
9
buildGoModule rec {
10
pname = "reasonix";
11
- version = "1.0.0";
+ version = "1.1.0";
12
src = fetchFromGitHub {
13
owner = "esengine";
14
repo = "DeepSeek-Reasonix";
15
rev = "v${version}";
16
- sha256 = "sha256-67n4DRCOW6QMbNIvGmiRlb0DvBkmD0LricPFVwa6rag=";
+ sha256 = "sha256-fRFqlXGAUcnB0zumwtr7NNzfHVdFu679n9J4ki7Yk3I=";
17
};
18
19
- vendorHash = "sha256-JguEYEkC+UfC4SQdZ9czCjUaoi9qyUktQ65Di8emZ4A=";
+ vendorHash = "sha256-ObDfNr9Olc6mFfIYx3yb4UxesZD+HXzN7mjxr/iT2p4=";
20
21
subPackages = [
22
"cmd/reasonix"
0 commit comments