tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
uarmsolver: 0.2.4 -> 0.2.5
R. Ryantm
2 years ago
139df052
ac718d02
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
machine-learning
uarmsolver
default.nix
+2
-2
pkgs/applications/science/machine-learning/uarmsolver/default.nix
···
6
6
7
7
stdenv.mkDerivation rec {
8
8
pname = "uarmsolver";
9
9
-
version = "0.2.4";
9
9
+
version = "0.2.5";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "firefly-cpp";
13
13
repo = "uARMSolver";
14
14
rev = version;
15
15
-
sha256 = "17px69z0kw0z6cip41c45i6srbw56b0md92i9vbqyzinx8b75mzw";
15
15
+
sha256 = "sha256-t5Nep99dH/TvJzI9woLSuBrAWSqXZvLncXl7/43Z7sA=";
16
16
};
17
17
18
18
nativeBuildInputs = [ cmake ];