mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
octavePackages.fuzzy-logic-toolkit: 0.6.0 -> 0.6.1
This commit is contained in:
parent
b662684973
commit
21ea50b59e
@ -5,13 +5,13 @@
|
||||
|
||||
buildOctavePackage rec {
|
||||
pname = "fuzzy-logic-toolkit";
|
||||
version = "0.6.0";
|
||||
version = "0.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lmarkowsky";
|
||||
repo = "fuzzy-logic-toolkit";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-veU+3DPFJ2IeGw5PkpxGO8Oo9qEyR890hs4IAzbfxls=";
|
||||
sha256 = "sha256-lnYzX4rq3j7rrbD8m0EnrWpbMJD6tqtMVCYu4mlLFCM=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user