We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45b2815 + 21ea50b commit 4d4275aCopy full SHA for 4d4275a
pkgs/development/octave-modules/fuzzy-logic-toolkit/default.nix
@@ -5,13 +5,13 @@
5
6
buildOctavePackage rec {
7
pname = "fuzzy-logic-toolkit";
8
- version = "0.6.0";
+ version = "0.6.1";
9
10
src = fetchFromGitHub {
11
owner = "lmarkowsky";
12
repo = "fuzzy-logic-toolkit";
13
rev = "refs/tags/${version}";
14
- sha256 = "sha256-veU+3DPFJ2IeGw5PkpxGO8Oo9qEyR890hs4IAzbfxls=";
+ sha256 = "sha256-lnYzX4rq3j7rrbD8m0EnrWpbMJD6tqtMVCYu4mlLFCM=";
15
};
16
17
meta = with lib; {
0 commit comments