Skip to content

Commit 4d4275a

Browse files
authored
octavePackages.fuzzy-logic-toolkit: 0.6.0 -> 0.6.1 (#339606)
2 parents 45b2815 + 21ea50b commit 4d4275a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/octave-modules/fuzzy-logic-toolkit

1 file changed

+2
-2
lines changed

pkgs/development/octave-modules/fuzzy-logic-toolkit/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
buildOctavePackage rec {
77
pname = "fuzzy-logic-toolkit";
8-
version = "0.6.0";
8+
version = "0.6.1";
99

1010
src = fetchFromGitHub {
1111
owner = "lmarkowsky";
1212
repo = "fuzzy-logic-toolkit";
1313
rev = "refs/tags/${version}";
14-
sha256 = "sha256-veU+3DPFJ2IeGw5PkpxGO8Oo9qEyR890hs4IAzbfxls=";
14+
sha256 = "sha256-lnYzX4rq3j7rrbD8m0EnrWpbMJD6tqtMVCYu4mlLFCM=";
1515
};
1616

1717
meta = with lib; {

0 commit comments

Comments
 (0)