tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
yoda: 1.8.2 -> 1.8.3
authored by
Dmitry Kalinkin
and committed by
Jon
5 years ago
952e40fc
252b838a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
physics
yoda
default.nix
+2
-2
pkgs/development/libraries/physics/yoda/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "yoda";
5
5
-
version = "1.8.2";
5
5
+
version = "1.8.3";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
9
9
-
sha256 = "1nqbv334iwdvbsc5bw8g936cxzc1hyzv9r8kjy4v124vrw8qqmc9";
9
9
+
sha256 = "12msmjiajvy2xj2m64n2fxblai5xg06a829wi7scsc7nw2jhxpfr";
10
10
};
11
11
12
12
nativeBuildInputs = with python.pkgs; [ cython makeWrapper ];